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

Method getInstance

service/ammo.py:40–44  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

38
39 @classmethod
40 def getInstance(cls):
41 if cls.instance is None:
42 cls.instance = Ammo()
43
44 return cls.instance
45
46 @staticmethod
47 def getModuleFlatAmmo(mod):

Callers 1

getModuleFlatAmmoMethod · 0.45

Calls 1

AmmoClass · 0.70

Tested by

no test coverage detected