Home | History | Annotate | Download | only in tools

Lines Matching refs:child

35     child = components[0]
36 if child in self.children:
37 return self.children[child].Find(components[1:])
39 n = Node(child)
40 self.children[child] = n
44 for child in self.children.itervalues():
45 yield self.name + '/' + child.name, child
46 for p, ch in child:
57 for child in self.children.itervalues():
58 child.Mark(labels)