(self)
| 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( |
nothing calls this directly
no test coverage detected