MCPcopy Index your code
hub / github.com/python/cpython / _ExceptionTableEntry

Class _ExceptionTableEntry

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

Source from the content-addressed store, hash-verified

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

Callers 1

_parse_exception_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…