Loading...
Searching...
No Matches
TfPyTraceInfo Struct Reference

Structure passed to python trace functions. More...

#include <pyTracing.h>

Public Attributes

PyObject * arg
 
char const * funcName
 
char const * fileName
 
int funcLine
 
int what
 

Detailed Description

Structure passed to python trace functions.

See the Python C API documentation reference for the meaning of what and arg.

Definition at line 44 of file pyTracing.h.

Member Data Documentation

◆ arg

PyObject* arg

Definition at line 45 of file pyTracing.h.

◆ fileName

char const* fileName

Definition at line 47 of file pyTracing.h.

◆ funcLine

int funcLine

Definition at line 48 of file pyTracing.h.

◆ funcName

char const* funcName

Definition at line 46 of file pyTracing.h.

◆ what

int what

Definition at line 49 of file pyTracing.h.


The documentation for this struct was generated from the following file: