MCPcopy 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
9def softwareManager():
10 global _instance
11 if _instance is None:
12 _instance = SoftwareManager()
13 return _instance
14
15import os
16import glob

Callers 8

__call__Method · 0.90
__init__Method · 0.90
print_jobMethod · 0.90
__init__Method · 0.90
processAuthenticateMethod · 0.90
disableMethod · 0.90
enableMethod · 0.90
__init__Method · 0.90

Calls 1

SoftwareManagerClass · 0.85

Tested by

no test coverage detected