Searched refs:update_symbols (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | symtable.c | 531 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/ |
D | symtable.c | 636 update_symbols(PyObject *symbols, PyObject *scopes, in update_symbols() function 875 if (!update_symbols(ste->ste_symbols, scopes, bound, newfree, in analyze_block()
|