(self)
| 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] |
nothing calls this directly
no test coverage detected