Home | History | Annotate | Download | only in docs

Lines Matching full:ancestor

102     Find the first ancestor that matches the predicate.
108 The first ancestor closest to the node for which pred(node) is true.
346 for ancestor in p.find_parents(lambda x: not isinstance(x, Metadata)):
347 ancestor._leafs.remove(p)
835 ancestors, call this method on the ancestor nodes.
863 A node corresponding to a <namespace> which is an ancestor of a Kind.
935 ancestors, call this method on the ancestor nodes.
1018 ancestor Kind#name
1363 kind: a string of the Kind ancestor, one of 'static', 'controls', 'dynamic'