MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / test

Method test

pager_lib/getmac/getmac.py:471–472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

469 _good_pair = () # type: Union[Tuple, Tuple[str, bool]]
470
471 def test(self): # type: () -> bool
472 return check_command("arp")
473
474 def get(self, arg): # type: (str) -> Optional[str]
475 if not arg:

Callers

nothing calls this directly

Calls 1

check_commandFunction · 0.85

Tested by

no test coverage detected