__init__#

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

Initialize an instance of the NamedContainer class.

Parameters:
namestr, optional

Nme of the object if a named-object child. The default is None.

parent: Base, optional

Paren to the object. The default is None.