Open Search
    NativePyTracebackObject Struct Reference

    #include <cpython3_raw.h>

    Inheritance diagram for NativePyTracebackObject:

    Public Attributes

    struct NativePyTracebackObjecttb_next
     
    struct NativePyFrameObjecttb_frame
     
    Int32 tb_lasti
     
    Int32 tb_lineno
     
    - Public Attributes inherited from NativePyObjectHead_Release
    Int ob_refcnt
     
    struct NativePyTypeObjectob_type
     

    Additional Inherited Members

    - Public Member Functions inherited from NativePyObjectHead_Release
    _typeobjectGetTypeObject ()
     
    - Public Member Functions inherited from NativePyObject
    _objectGet ()
     
    const _objectGet () 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