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

Method get

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

Source from the content-addressed store, hash-verified

540 return check_command("arp.exe")
541
542 def get(self, arg): # type: (str) -> Optional[str]
543 return _search(MAC_RE_DASH, _popen("arp.exe", "-a %s" % arg))
544
545
546class ArpingHost(Method):

Callers

nothing calls this directly

Calls 2

_searchFunction · 0.85
_popenFunction · 0.85

Tested by

no test coverage detected