(self)
| 469 | _good_pair = () # type: Union[Tuple, Tuple[str, bool]] |
| 470 | |
| 471 | def test(self): # type: () -> bool |
| 472 | return check_command("arp") |
| 473 | |
| 474 | def get(self, arg): # type: (str) -> Optional[str] |
| 475 | if not arg: |
nothing calls this directly
no test coverage detected