Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
334
class
_ExceptionTableEntry(_ExceptionTableEntryBase):
335
pass
336
337
_OPNAME_WIDTH = 20
338
_OPARG_WIDTH = 5
Callers
1
_parse_exception_table
Function · 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…