MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getInstance

Method getInstance

service/damagePattern.py:35–39  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

33
34 @classmethod
35 def getInstance(cls):
36 if cls.instance is None:
37 cls.instance = DamagePattern()
38
39 return cls.instance
40
41 @staticmethod
42 def getUserDamagePatternList():

Callers

nothing calls this directly

Calls 1

DamagePatternClass · 0.70

Tested by

no test coverage detected