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

Method getInstance

service/fit.py:62–66  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

60
61 @classmethod
62 def getInstance(cls):
63 if cls.instance is None:
64 cls.instance = Fit()
65
66 return cls.instance
67
68 def __init__(self):
69 pyfalog.debug("Initialize Fit class")

Callers 4

__init__Method · 0.45
__init__Method · 0.45
changeCharMethod · 0.45
setAsPatternMethod · 0.45

Calls 1

FitClass · 0.70

Tested by

no test coverage detected