Lines Matching full:subnodes
221 subnodes: A list of subnodes for this node, each a Node object
231 self.subnodes = []
250 for subnode in self.subnodes:
265 """Scan a node's properties and subnodes
267 This fills in the props and subnodes properties, recursively
268 searching into subnodes so that the entire tree is built.
282 self.subnodes.append(node)
297 for subnode in self.subnodes:
413 self.subnodes.append(subnode)
420 subnodes since the last sync.
443 # Sync subnodes in reverse so that we don't disturb node offsets for
446 for node in reversed(self.subnodes):
450 # We do this after subnodes, since this disturbs the offsets of these