Home
last modified time | relevance | path

Searched refs:_PyST_GetScope (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h82 extern int _PyST_GetScope(PySTEntryObject *, PyObject *);
/third_party/python/Python/
Dsymtable.c412 _PyST_GetScope(PySTEntryObject *ste, PyObject *name) in _PyST_GetScope() function
Dcompile.c769 scope = _PyST_GetScope(parent->u_ste, mangled); in compiler_set_qualname()
1991 scope = _PyST_GetScope(c->u->u_ste, name); in get_ref_type()
3701 scope = _PyST_GetScope(c->u->u_ste, mangled); in compiler_nameop()