Home
last modified time | relevance | path

Searched refs:_symtable_entry (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dsymtable.h11 struct _symtable_entry;
15 struct _symtable_entry *st_cur; /* current symbol table entry */
16 struct _symtable_entry *st_top; /* module entry */
25 typedef struct _symtable_entry { struct
/external/python/cpython3/Include/internal/
Dpycore_symtable.h23 struct _symtable_entry;
28 struct _symtable_entry *st_cur; /* current symbol table entry */
29 struct _symtable_entry *st_top; /* symbol table entry for module */
44 typedef struct _symtable_entry { struct
/external/python/cpython3/Python/
Dsymtable.c1034 symtable_add_def_helper(struct symtable *st, PyObject *name, int flag, struct _symtable_entry *ste, in symtable_add_def_helper()
1488 struct _symtable_entry *ste; in symtable_extend_namedexpr_scope()
1494 ste = (struct _symtable_entry *) PyList_GET_ITEM(st->st_stack, i); in symtable_extend_namedexpr_scope()
/external/python/cpython3/Doc/data/
Dpython3.10.abi18085 …<class-decl name='_symtable_entry' size-in-bits='960' is-struct='yes' visibility='default' filepat…