Lines Matching refs:ancestors
316 """Get the ancestors of a handle object."""
317 ancestors = []
322 return ancestors
324 ancestors.append(current)
768 # If we run out of ancestors, give up
806 """Make an asciidoc validity entry for a common ancestors between handles.
809 any ancestors also being supplied to this function.
822 # Find all the ancestors
827 ancestors = self.getHandleDispatchableAncestors(paramtype)
829 ancestormap[param] = ancestors
838 for ancestors in ancestormap.items():
839 if paramtype in ancestors[1]:
840 removals.append(ancestors[0])
850 for ancestors in list(ancestormap.values())[1:]:
851 current = [val for val in current if val in ancestors]