Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsymtable.c393 _PyST_GetSymbol(PySTEntryObject *ste, PyObject *name) in _PyST_GetSymbol() function
405 long symbol = _PyST_GetSymbol(ste, name); in PyST_GetScope()
1007 long ret = _PyST_GetSymbol(st->st_cur, mangled); in symtable_lookup()
1454 long target_in_scope = _PyST_GetSymbol(ste, target_name); in symtable_extend_namedexpr_scope()
1467 long target_in_scope = _PyST_GetSymbol(ste, target_name); in symtable_extend_namedexpr_scope()