Searched refs:PySymtable_Lookup (Results 1 – 3 of 3) sorted by relevance
88 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
380 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup() function
624 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()