Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiny-pilot/tinypilot
/ InterfaceStatus
Class
InterfaceStatus
app/network.py:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
@dataclasses.dataclass
24
class
InterfaceStatus:
25
name: str
26
is_connected: bool
27
ip_address: str
# May be `None` if interface is disabled.
28
mac_address: str
# May be `None` if interface is disabled.
29
30
31
@dataclasses.dataclass
Callers
1
inspect_interface
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected