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

Class Cargo

Lib/test/test_gc.py:964–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962
963 def test_resurrection_is_transitive(self):
964 class Cargo:
965 def __init__(self):
966 self.me = self
967
968 class Lazarus:
969 resurrected_instances = []

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…