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

Method get

pager_lib/getmac/getmac.py:840–841  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

838 return check_command("ipconfig.exe")
839
840 def get(self, arg): # type: (str) -> Optional[str]
841 return _search(arg + self._regex, _popen("ipconfig.exe", "/all"))
842
843
844class WmicExe(Method):

Callers

nothing calls this directly

Calls 2

_searchFunction · 0.85
_popenFunction · 0.85

Tested by

no test coverage detected