MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getInstance

Method getInstance

service/update.py:112–115  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

110
111 @classmethod
112 def getInstance(cls):
113 if cls.instance is None:
114 cls.instance = Update()
115 return cls.instance

Callers 2

__init__Method · 0.45
runMethod · 0.45

Calls 1

UpdateClass · 0.85

Tested by

no test coverage detected