Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ getHostname
Method
getHostname
src/astroprint/network/mac_dev.py:151–152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
return
"Not supporded on Mac"
150
151
def
getHostname(self):
152
return
self.name
153
154
def
setHostname(self, name):
155
self.name = name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected