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

Method getInstance

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

Source from the content-addressed store, hash-verified

56
57 @classmethod
58 def getInstance(cls):
59 if cls.instance is None:
60 cls.instance = Port()
61
62 return cls.instance
63
64 @classmethod
65 def set_tag_replace(cls, b):

Callers 15

fetchPricesMethod · 0.45
fetchPricesMethod · 0.45
fetchPricesMethod · 0.45
fetchPricesMethod · 0.45
exportESIFunction · 0.45
importESIFunction · 0.45
getTestSetMethod · 0.45
exportEfsMethod · 0.45
importXmlFunction · 0.45
fetchItemFunction · 0.45
exportMultiBuyFunction · 0.45

Calls 1

PortClass · 0.85

Tested by

no test coverage detected