Home
last modified time | relevance | path

Searched defs:TryFinally (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/pybench/
DWith.py50 class TryFinally(Test): class
/external/python/cpython2/Include/
DPython-ast.h151 } TryFinally; member
423 #define TryFinally(a0, a1, a2, a3, a4) _Py_TryFinally(a0, a1, a2, a3, a4) macro
/external/python/cpython2/Lib/compiler/
Dast.py1294 class TryFinally(Node): class
/external/python/cpython2/Python/
DPython-ast.c1318 TryFinally(asdl_seq * body, asdl_seq * finalbody, int lineno, int col_offset, in TryFinally() function