MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / compiler_try_except

Function compiler_try_except

Python/compile.c:1857–1912  ·  view source on GitHub ↗

Code generated for "try: S except E1, V1: S1 except E2, V2: S2 ...": (The contents of the value stack is shown in [], with the top at the right; 'tb' is trace-back info, 'val' the exception's associated value, and 'exc' the exception.) Value stack Label Instruction Argument [] SETUP_EXCEPT L1 []

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

compiler_visit_stmtFunction · 0.85

Calls 5

compiler_new_blockFunction · 0.85
compiler_use_next_blockFunction · 0.85
compiler_push_fblockFunction · 0.85
compiler_pop_fblockFunction · 0.85
compiler_errorFunction · 0.85

Tested by

no test coverage detected