Open Search
    symtable Struct Reference

    #include <symtable.h>

    Public Attributes

    PyObjectst_filename
     
    struct _symtable_entryst_cur
     
    struct _symtable_entryst_top
     
    PyObjectst_blocks
     
    PyObjectst_stack
     
    PyObjectst_global
     
    int st_nblocks
     
    PyObjectst_private
     
    PyFutureFeaturesst_future
     
    int recursion_depth
     
    int recursion_limit
     

    Member Data Documentation

    ◆ st_filename

    PyObject* st_filename

    ◆ st_cur

    struct _symtable_entry* st_cur

    ◆ st_top

    struct _symtable_entry* st_top

    ◆ st_blocks

    PyObject* st_blocks

    ◆ st_stack

    PyObject* st_stack

    ◆ st_global

    PyObject* st_global

    ◆ st_nblocks

    int st_nblocks

    ◆ st_private

    PyObject* st_private

    ◆ st_future

    PyFutureFeatures* st_future

    ◆ recursion_depth

    int recursion_depth

    ◆ recursion_limit

    int recursion_limit