(self)
| 835 | ) # type: str |
| 836 | |
| 837 | def test(self): # type: () -> bool |
| 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")) |
nothing calls this directly
no test coverage detected