MCPcopy Index your code
hub / github.com/RustPython/RustPython / _ExceptionTableEntry

Class _ExceptionTableEntry

Lib/dis.py:333–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 "start end target depth lasti")
332
333class _ExceptionTableEntry(_ExceptionTableEntryBase):
334 pass
335
336_OPNAME_WIDTH = 20
337_OPARG_WIDTH = 5

Callers 1

_parse_exception_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected