MCPcopy 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
3class Borg:
4 __shared_state = {}

Callers

nothing calls this directly

Calls 1

BorgClass · 0.85

Tested by

no test coverage detected