Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/external/python/cpython2/PC/os2emx/
Dpython27.def1128 "PySymtable_Lookup"
/external/python/cpython2/Python/
Dsymtable.c285 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup() function
Dcompile.c477 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()