Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MyObj
Class
MyObj
Lib/test/test_exceptions.py:797–798 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
def
__init__(self, obj):
796
self.obj = obj
797
class
MyObj:
798
pass
799
800
def
inner_raising_func():
801
# Create some references in exception value and traceback
Callers
2
testExceptionCleanupState
Method · 0.70
_check_generator_cleanup_exc_state
Method · 0.70
Calls
no outgoing calls
Tested by
2
testExceptionCleanupState
Method · 0.56
_check_generator_cleanup_exc_state
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…