Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsymtable.c402 _PyST_GetSymbol(PySTEntryObject *ste, PyObject *name) in _PyST_GetSymbol() function
414 long symbol = _PyST_GetSymbol(ste, name); in _PyST_GetScope()
1028 long ret = _PyST_GetSymbol(st->st_cur, mangled); in symtable_lookup()
1500 long target_in_scope = _PyST_GetSymbol(ste, target_name); in symtable_extend_namedexpr_scope()
1515 long target_in_scope = _PyST_GetSymbol(ste, target_name); in symtable_extend_namedexpr_scope()