NativePyTracebackObject Struct Reference

#include <cpython37_raw.h>

Inheritance diagram for NativePyTracebackObject:

Public Attributes

struct NativePyTracebackObject tb_next
struct NativePyFrameObject tb_frame
Int32   tb_lasti
Int32   tb_lineno
-  Public Attributes inherited from NativePyObjectHead_Release
Int   ob_refcnt
struct NativePyTypeObject ob_type

Additional Inherited Members

-  Public Member Functions inherited from NativePyObjectHead_Release
_typeobject *  GetTypeObject ()
-  Public Member Functions inherited from NativePyObject
_object *  Get ()
const _object *  Get () const

Member Data Documentation

◆  tb_next

struct NativePyTracebackObject * tb_next

◆  tb_frame

struct NativePyFrameObject * tb_frame

◆  tb_lasti

Int32 tb_lasti

◆  tb_lineno

Int32 tb_lineno