Home | History | Annotate | Download | only in docs

Lines Matching refs:kinds

478     for kind in section.kinds:
485 # allow multiple kinds with the same name. merge if adjacent
675 kinds: A sequence of Kind children.
679 def __init__(self, name, parent, description=None, kinds=[]):
683 self._kinds = kinds[:]
693 def kinds(self):
707 return (i for i in self.kinds)
725 new_kinds_lst = reduce(aggregate_by_name, self.kinds, [])
732 Combines the section's Kinds into a single node.
734 Combines all the children (kinds) of this section into a single
741 For example, given self.kinds == [ x, y ]
750 The children of the kinds are the same references as before, that is