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

Method test

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

Source from the content-addressed store, hash-verified

857 method_type = "iface"
858
859 def test(self): # type: () -> bool
860 return check_command("wmic.exe")
861
862 def get(self, arg): # type: (str) -> Optional[str]
863 command_output = _popen(

Callers

nothing calls this directly

Calls 1

check_commandFunction · 0.85

Tested by

no test coverage detected