python.shotgun_model.data_item module

class ShotgunItemData(data_dict)[source]

Bases: object

Object wrapper around an entry in the DataHandler. These objects are returned by all datahandler methods and forms the official interface for data exchange.

field

The shotgun field that this item represents

is_leaf()[source]

Flag to indicate if this item is a leaf in the tree

parent

The parent of this item or None if no parent

shotgun_data

The shotgun data associated with this item

unique_id

The unique id for this node