MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / TrackedObject

Class TrackedObject

python/tests/test_memory_leaks.py:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 # Create objects that we can track
55 class TrackedObject:
56 def __init__(self, value):
57 self.value = value
58
59 # Insert tracked objects
60 objects = []

Callers 1

Calls

no outgoing calls

Tested by 1