Lines Matching defs:Entry
24 Entry: A node corresponding to <entry> elements.
210 self._entries_ordered = [] # list of ordered Entry/Clone instances
262 Entry#__init__ for the keys required/optional.
268 e = Entry(**entry)
326 Generate the graph recursively, after which all Entry nodes will be
664 entries: A sequence of Entry/Clone children.
707 entries: A sequence of Entry/Clone children.
778 parent: An edge to the parent, always an Entry instance.
796 class Entry(Node):
815 tags: A sequence of Tag nodes associated with this Entry.
819 Subclass Clone can be used interchangeable with an Entry,
827 Instantiate a new Entry node.
1059 class Clone(Entry):
1062 <entry> element (Entry) plus the additions specified below.
1065 entry: an edge to an Entry object that this targets
1097 entry: An edge to the corresponding target Entry.
1109 self._entry = entry # Entry object
1137 class MergedEntry(Entry):
1139 A MergedEntry has all the attributes of a Clone and its target Entry merged
1152 entry: An Entry or Clone instance