Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
platformManager():
14
global _instance
15
if
_instance is None:
16
_instance = PlatformManager()
17
return
_instance
18
19
class
PlatformManager(object):
20
def
listLogs(self):
Callers
5
deviceStorage
Method · 0.90
updateSoftwareVersion
Method · 0.90
getStorageSoftwareSettings
Function · 0.90
getLogSoftwareSettings
Function · 0.90
updateSoftwareVersion
Function · 0.90
Calls
1
PlatformManager
Class · 0.85
Tested by
no test coverage detected