HomeSort by relevance Sort by last modified time
    Searched refs:try_cleanup (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/lib2to3/fixes/
fix_except.py 52 try_cleanup = [ch.clone() for ch in results["cleanup"]]
53 for except_clause, e_suite in find_excepts(try_cleanup):
92 children = [c.clone() for c in node.children[:3]] + try_cleanup + tail
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_except.py 52 try_cleanup = [ch.clone() for ch in results["cleanup"]]
53 for except_clause, e_suite in find_excepts(try_cleanup):
92 children = [c.clone() for c in node.children[:3]] + try_cleanup + tail
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_except.py 52 try_cleanup = [ch.clone() for ch in results["cleanup"]]
53 for except_clause, e_suite in find_excepts(try_cleanup):
92 children = [c.clone() for c in node.children[:3]] + try_cleanup + tail
  /external/python/cpython3/Python/
compile.c 2367 basicblock *try, *except, *end, *after_try, *try_cleanup, local
3914 *after_try, *except, *try_cleanup; local
    [all...]

Completed in 368 milliseconds