Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
class
MyClass2(Borg):
46
a = 1
47
one = MyClass2()
48
two = MyClass2()
49
two.a = 3
Callers
1
Singleton.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected