Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c531 update_symbols(PyObject *symbols, PyObject *scope, in update_symbols() function
714 if (!update_symbols(ste->ste_symbols, scope, bound, newfree, in analyze_block()
/external/python/cpython3/Python/
Dsymtable.c636 update_symbols(PyObject *symbols, PyObject *scopes, in update_symbols() function
875 if (!update_symbols(ste->ste_symbols, scopes, bound, newfree, in analyze_block()