MCPcopy 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

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…