Home
last modified time | relevance | path

Searched refs:st_top (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_symtable.h29 struct _symtable_entry *st_top; /* symbol table entry for module */ member
33 PyObject *st_global; /* borrowed ref to st_top->ste_symbols */
/third_party/python/Modules/
H A Dsymtablemodule.c59 t = (PyObject *)st->st_top; in _symtable_symtable_impl()
/third_party/python/Python/
H A Dsymtable.c314 st->st_top = st->st_cur; in _PySymtable_Build()
940 r = analyze_block(st->st_top, NULL, free, global); in symtable_analyze()
H A Dcompile.c4818 long flags = _PyST_GetSymbol(c->c_st->st_top, e->v.Name.id); in is_import_originated()

Completed in 15 milliseconds