ftrack_api.inspection
- ftrack_api.inspection.primary_key(entity)[source]
Return primary key of entity as an ordered mapping of {field: value}.
To get just the primary key values:
primary_key(entity).values()
Return primary key of entity as an ordered mapping of {field: value}.
To get just the primary key values:
primary_key(entity).values()