Searched refs:preorder (Results 1 – 4 of 4) sorted by relevance
795 def preorder(node,parents=(),first=True): function800 for item in preorder(c, parents+(node,)):858 for path in preorder(node,first=False):
114 ``C``, ``B`` (in preorder).
287 preorder traversal of the class hierarchy tree. With that arrangement, all405 according to a preorder traversal of the inheritance tree.
48 In all cases, the framework walks the operations in preorder, examining an op