MCPcopy Create free account
hub / github.com/python/mypy / except_body

Method except_body

mypyc/irbuild/for_helpers.py:839–840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

837 builder.assign(self.stop_reg, builder.false(), line)
838
839 def except_body() -> None:
840 builder.assign(self.stop_reg, builder.true(), line)
841
842 transform_try_except(
843 builder, try_body, [((except_match, line), None, except_body)], None, line

Callers

nothing calls this directly

Calls 2

assignMethod · 0.45
trueMethod · 0.45

Tested by

no test coverage detected