Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/external/python/cpython3/Include/
Dsymtable.h80 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/external/python/cpython2/PC/os2emx/
Dpython27.def1128 "PySymtable_Lookup"
/external/python/cpython2/Python/
Dsymtable.c287 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()
/external/python/cpython3/Python/
Dsymtable.c351 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup() function
Dcompile.c556 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()