GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct mi_command_py * | mi_command |
char * | mi_command_name |
Definition at line 59 of file py-micmd.c.
PyObject_HEAD struct mi_command_py* micmdpy_object::mi_command |
Definition at line 66 of file py-micmd.c.
Referenced by micmdpy_dealloc(), micmdpy_get_installed(), micmdpy_init(), micmdpy_install_command(), micmdpy_set_installed(), micmdpy_uninstall_command(), mi_command_py::swap_python_object(), and mi_command_py::validate_installation().
char* micmdpy_object::mi_command_name |
Definition at line 77 of file py-micmd.c.
Referenced by micmdpy_dealloc(), micmdpy_get_name(), micmdpy_init(), micmdpy_install_command(), micmdpy_uninstall_command(), mi_command_py::swap_python_object(), and mi_command_py::validate_installation().