Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seogeurim/CS-study
/ borg_singleton.py
File
borg_singleton.py
contents/design-pattern/code/SingletonPython/borg_singleton.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
__author__ =
'Chetan'
2
3
class
Borg:
4
__shared_state = {}
Callers
nothing calls this directly
Calls
1
Borg
Class · 0.85
Tested by
no test coverage detected