![]() |
Structure passed to python trace functions. More...
Public Attributes | |
| PyObject * | arg |
| char const * | funcName |
| char const * | fileName |
| int | funcLine |
| int | what |
Structure passed to python trace functions.
See the Python C API documentation reference for the meaning of what and arg.
Definition at line 41 of file pyTracing.h.
| PyObject* arg |
Definition at line 42 of file pyTracing.h.
| char const* fileName |
Definition at line 44 of file pyTracing.h.
| int funcLine |
Definition at line 45 of file pyTracing.h.
| char const* funcName |
Definition at line 43 of file pyTracing.h.
| int what |
Definition at line 46 of file pyTracing.h.