Lines Matching refs:parent
497 # class itself (in which case the multidicts have no parent).
500 cls._params.parent = base._params
501 cls._ports.parent = base._ports
502 cls._values.parent = base._values
503 cls._hr_values.parent = base._hr_values
504 cls._children.parent = base._children
505 cls._port_refs.parent = base._port_refs
585 # It's a little funky to have a class as a parent, but these
587 # clears the parent pointer), and this makes it clear that the
1080 # (parent/child node relationships).
1238 "not at the root of a tree (parent = %s)" \
1307 # implicitly parent unparented objects assigned as params
1348 def set_parent(self, parent, name):
1349 self._parent = parent
1352 # Return parent object of this SimObject, not implemented by
1354 # the same parent
1377 warn("add_child('%s'): child '%s' already has parent", name,
1445 'parent.any matched more than one: %s %s' % \
1454 'parent.any matched more than one: %s and %s' % \