Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h88 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/third_party/python/Python/
Dsymtable.c380 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup() function
Dcompile.c624 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()