Home | History | Annotate | Download | only in docs

Lines Matching refs:ancestor

101     Find the first ancestor that matches the predicate.
107 The first ancestor closest to the node for which pred(node) is true.
313 for ancestor in p.find_parents(lambda x: not isinstance(x, MetadataSet)):
314 ancestor._leafs.remove(p)
700 A node corresponding to a <namespace> which is an ancestor of a Kind.
806 ancestor Kind#name
1068 kind: a string of the Kind ancestor, one of 'static', 'controls', 'dynamic'