Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dconsts.py10 SC_CELL = 5 variable
Dsymbols.py5 SC_FREE, SC_CELL, SC_UNKNOWN
95 return SC_CELL
160 elif sc != SC_CELL:
165 elif sc != SC_CELL:
Dpycodegen.py11 SC_FREE, SC_CELL
293 elif scope == SC_FREE or scope == SC_CELL: