Reads the typetree of the object contained in the reader via the node list. Parameters ---------- nodes : list List of nodes/nodes reader : EndianBinaryReader Reader of the object to be parsed Returns ------- dict | objects.Object The parsed typt
(
root_node: TypeTreeNode,
reader: EndianBinaryReader,
as_dict: bool = True,
byte_size: Optional[int] = None,
check_read: bool = True,
assetsfile: Optional[SerializedFile] = None,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected