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

Method test

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

Source from the content-addressed store, hash-verified

790 _champ = () # type: Union[tuple, Tuple[str, str]]
791
792 def test(self): # type: () -> bool
793 # NOTE: the scripts from this library (getmac) are excluded from the
794 # path used for checking variables, in getmac.getmac.PATH (defined
795 # at the top of this file). Otherwise, this would get messy quickly :)
796 return check_command("getmac.exe")
797
798 def get(self, arg): # type: (str) -> Optional[str]
799 try:

Callers

nothing calls this directly

Calls 1

check_commandFunction · 0.85

Tested by

no test coverage detected