__init__#

Container.__init__(name=None, parent=None)#

Initialize an instance of the Container class.

Parameters:
namestr

Name of the object if a named-object child.

parent: Base

Parent of the object.