![]() |
|
Structure passed to python trace functions. More...
#include <pyTracing.h>
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 27 of file pyTracing.h.
| PyObject* arg |
Definition at line 28 of file pyTracing.h.
| char const* fileName |
Definition at line 30 of file pyTracing.h.
| int funcLine |
Definition at line 31 of file pyTracing.h.
| char const* funcName |
Definition at line 29 of file pyTracing.h.
| int what |
Definition at line 32 of file pyTracing.h.