Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ mysingleton.py
File
mysingleton.py
mysingleton.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# 单例模式
2
class
My_Singleton(object):
3
def
foo(self):
4
pass
Callers
nothing calls this directly
Calls
1
My_Singleton
Class · 0.85
Tested by
no test coverage detected