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

Method __init__

src/astroprint/plugin/services/network.py:21–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 ]
20
21 def __init__(self):
22 super(NetworkService, self).__init__()
23 self._eventManager.subscribe(Events.NETWORK_STATUS, self.onNetworkStatusChange)
24 self._eventManager.subscribe(Events.INTERNET_CONNECTING_STATUS, self.onInternetConnectingStatus)
25
26 #EVENTS
27

Callers

nothing calls this directly

Calls 1

subscribeMethod · 0.45

Tested by

no test coverage detected