Home
last modified time | relevance | path

Searched defs:EXCEPT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dpycodegen.py33 EXCEPT = 2 variable
/external/python/cpython2/Python/
Dcompile.c87 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enumerator
/external/python/cpython3/Python/
Dcompile.c84 enum fblocktype { LOOP, EXCEPT, FINALLY_TRY, FINALLY_END }; enumerator