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

Class RefCycle

Lib/test/test_weakref.py:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70class RefCycle:
71 def __init__(self):
72 self.cycle = self
73
74
75class TestBase(unittest.TestCase):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…