Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c448 analyze_cells(PyObject *scope, PyObject *free) in analyze_cells() function
710 if (ste->ste_type == FunctionBlock && !analyze_cells(scope, newfree)) in analyze_block()