MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / platformManager

Function platformManager

src/astroprint/ab_platform.py:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11_instance = None
12
13def platformManager():
14 global _instance
15 if _instance is None:
16 _instance = PlatformManager()
17 return _instance
18
19class PlatformManager(object):
20 def listLogs(self):

Callers 5

deviceStorageMethod · 0.90
updateSoftwareVersionMethod · 0.90
getLogSoftwareSettingsFunction · 0.90
updateSoftwareVersionFunction · 0.90

Calls 1

PlatformManagerClass · 0.85

Tested by

no test coverage detected