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

Class GotoHandler

mypyc/codegen/emit.py:177–181  ·  view source on GitHub ↗

Goto label on error.

Source from the content-addressed store, hash-verified

175
176
177class GotoHandler(ErrorHandler):
178 """Goto label on error."""
179
180 def __init__(self, label: str) -> None:
181 self.label = label
182
183
184class TracebackAndGotoHandler(ErrorHandler):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…