Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpycodegen.py34 TRY_FINALLY = 3 variable
500 elif kind == EXCEPT or kind == TRY_FINALLY:
830 self.setups.push((TRY_FINALLY, body))
861 self.setups.push((TRY_FINALLY, body))