Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ softwareManager
Function
softwareManager
src/astroprint/software.py:9–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
_instance = None
8
9
def
softwareManager():
10
global _instance
11
if
_instance is None:
12
_instance = SoftwareManager()
13
return
_instance
14
15
import
os
16
import
glob
Callers
8
__call__
Method · 0.90
__init__
Method · 0.90
print_job
Method · 0.90
__init__
Method · 0.90
processAuthenticate
Method · 0.90
disable
Method · 0.90
enable
Method · 0.90
__init__
Method · 0.90
Calls
1
SoftwareManager
Class · 0.85
Tested by
no test coverage detected