Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ checkOnline
Method
checkOnline
src/astroprint/network/mac_dev.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
return
self.isOnline()
136
137
def
checkOnline(self):
138
return
self.isOnline()
139
140
def
isOnline(self):
141
return
self._online
Callers
nothing calls this directly
Calls
1
isOnline
Method · 0.95
Tested by
no test coverage detected