Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ test
Method
test
pager_lib/getmac/getmac.py:936–937 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
934
method_type =
"iface"
935
936
def
test(self):
# type: () -> bool
937
return
check_command(
"ifconfig"
)
938
939
def
get(self, arg):
# type: (str) -> Optional[str]
940
try
:
Callers
nothing calls this directly
Calls
1
check_command
Function · 0.85
Tested by
no test coverage detected