__init__#

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

Initialize an instance of the Base class.

Parameters:
namestr, optional

Name of the object if it is a named-object child.

parent: Base

Parent of the object.