tik_manager4.dcc.ingest_core ============================ .. py:module:: tik_manager4.dcc.ingest_core .. autoapi-nested-parse:: Core file for inserting elements into the scenes. Attributes ---------- .. autoapisummary:: tik_manager4.dcc.ingest_core.LOG Classes ------- .. autoapisummary:: tik_manager4.dcc.ingest_core.IngestCore Module Contents --------------- .. py:class:: IngestCore Core class for ingesting elements into the scene. .. py:method:: bring_in() Bring in the element to the scene. .. py:method:: reference() Reference the element to the scene where available. .. py:attribute:: bundle :type: bool :value: False .. py:attribute:: bundle_match_id :value: 0 .. py:property:: category Return the category for the rules. .. py:attribute:: importable :type: bool :value: True .. py:property:: ingest_path Return the file path of the ingest. .. py:property:: metadata Return the metadata object. .. py:property:: namespace Return the namespace of the ingest. .. py:attribute:: nice_name :type: str :value: '' .. py:attribute:: referencable :type: bool :value: True .. py:property:: state Return the state of the ingest. .. py:attribute:: valid_extensions :type: list :value: [] .. py:data:: LOG