Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h53 PyAPI_FUNC(int) PyST_GetScope(PySTEntryObject *, PyObject *);
/external/python/cpython2/PC/os2emx/
Dpython27.def1127 "PyST_GetScope"
/external/python/cpython2/Python/
Dsymtable.c307 PyST_GetScope(PySTEntryObject *ste, PyObject *name) in PyST_GetScope() function
Dcompile.c1225 int scope = PyST_GetScope(c->u->u_ste, name); in get_ref_type()
2328 scope = PyST_GetScope(c->u->u_ste, mangled); in compiler_nameop()