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

Method __init__

src/astroprint/network/__init__.py:15–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14class NetworkManager(object):
15 def __init__(self):
16 self.settings = settings()
17 self.sslManager = SslManager()
18
19 def isAstroprintReachable(self):
20 try:

Callers

nothing calls this directly

Calls 2

settingsFunction · 0.90
SslManagerClass · 0.85

Tested by

no test coverage detected