MCPcopy Index your code
hub / github.com/python/mypy / pop_error_handler

Method pop_error_handler

mypyc/irbuild/ll_builder.py:359–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357 self.error_handlers.append(handler)
358
359 def pop_error_handler(self) -> BasicBlock | None:
360 return self.error_handlers.pop()
361
362 def self(self) -> Register:
363 """Return reference to the 'self' argument.

Callers 6

gen_returnMethod · 0.80
transform_try_exceptFunction · 0.80
try_finally_tryFunction · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected