MCPcopy Create free account
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / MyClass2

Class MyClass2

Target Offer/Singleton.py:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 ob.__dict__ = cls._state
44 return ob
45class MyClass2(Borg):
46 a = 1
47one = MyClass2()
48two = MyClass2()
49two.a = 3

Callers 1

Singleton.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected