Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ Myclass
Class
Myclass
Target Offer/Singleton.py:18–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
return
cls._instance
17
18
class
Myclass(Singleton1):
19
a = 1
20
21
one = Myclass()
22
two = Myclass()
Callers
1
Singleton.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected