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

Method getInstance

service/attribute.py:27–31  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

25
26 @classmethod
27 def getInstance(cls):
28 if cls.instance is None:
29 cls.instance = Attribute()
30
31 return cls.instance
32
33 @staticmethod
34 def getAttributeInfo(identity):

Callers

nothing calls this directly

Calls 1

AttributeClass · 0.70

Tested by

no test coverage detected