cc1
v2.1
CC1 source code docs
|
Manager that stores implementation of commands as Python functions. More...
Public Member Functions | |
def | get_command |
def | set_command |
Static Public Attributes | |
dictionary | COMMANDS = {} |
Manager that stores implementation of commands as Python functions.
Definition at line 51 of file wi_tests_manage.py.
def src.wi_tests_manage.Commands.get_command | ( | self, | |
cmds | |||
) |
Definition at line 56 of file wi_tests_manage.py.
def src.wi_tests_manage.Commands.set_command | ( | self, | |
func, | |||
cmds | |||
) |
Definition at line 63 of file wi_tests_manage.py.
|
static |
Definition at line 53 of file wi_tests_manage.py.