python.shotgun_model.data_item module¶
-
class
ShotgunItemData(data_dict)[source]¶ Bases:
objectObject 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
-
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
-