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

Method __init__

service/settings.py:515–516  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

513 return cls._instance
514
515 def __init__(self):
516 self.EOSSettings = SettingsProvider.getInstance().getSettings("pyfaEOSSettings", eos.config.settings)
517
518 def get(self, type):
519 return self.EOSSettings[type]

Callers

nothing calls this directly

Calls 2

getSettingsMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected