Searched defs:Metadata (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/sdcard/
H A Dplot_sdcard.py86 class Metadata(object): class in inherits:object
133 metadata = Metadata()
/system/media/camera/docs/
H A Dmetadata_model.py33 Metadata: Root node that also provides tree construction functionality.
44 Base class for most nodes that are part of the Metadata graph.
191 class Metadata(Node): class in inherits:Node
196 parent: An edge to the parent Node. This is always None for Metadata.
205 construct_graph() to build up the Metadata from some source.
346 for ancestor in p.find_parents(lambda x: not isinstance(x, Metadata)):
604 parent: An edge to the parent, which is always the Metadata root node.
614 self._entries = [] # filled in by Metadata#construct_tags
638 parent: An edge to the parent, which is always the Metadata root node.
646 self._entries = [] # filled in by Metadata#construct_type
[all...]

Completed in 91 milliseconds