Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_symtable.h82 extern int _PyST_GetScope(PySTEntryObject *, PyObject *);
/external/python/cpython3/Python/
Dsymtable.c412 _PyST_GetScope(PySTEntryObject *ste, PyObject *name) in _PyST_GetScope() function
Dcompile.c771 scope = _PyST_GetScope(parent->u_ste, mangled); in compiler_set_qualname()
1993 scope = _PyST_GetScope(c->u->u_ste, name); in get_ref_type()
3702 scope = _PyST_GetScope(c->u->u_ste, mangled); in compiler_nameop()
/external/python/cpython3/Doc/data/
Dpython3.10.abi14528 …<function-decl name='_PyST_GetScope' mangled-name='_PyST_GetScope' filepath='./Include/internal/py…