Public Member Functions | |
def | __call__ (self, args, feedback=None) |
def | __init__ (self) |
Static Private Attributes | |
__metaclass__ = ABCMeta | |
base class for specifying the command at the time of menu click.
Definition at line 23 of file commands.py.
def ez_interactive_marker.commands.CommandBase.__init__ | ( | self | ) |
Definition at line 26 of file commands.py.
def ez_interactive_marker.commands.CommandBase.__call__ | ( | self, | |
args, | |||
feedback = None |
|||
) |
Definition at line 30 of file commands.py.
|
staticprivate |
Definition at line 25 of file commands.py.