(self)
| 790 | _champ = () # type: Union[tuple, Tuple[str, str]] |
| 791 | |
| 792 | def test(self): # type: () -> bool |
| 793 | # NOTE: the scripts from this library (getmac) are excluded from the |
| 794 | # path used for checking variables, in getmac.getmac.PATH (defined |
| 795 | # at the top of this file). Otherwise, this would get messy quickly :) |
| 796 | return check_command("getmac.exe") |
| 797 | |
| 798 | def get(self, arg): # type: (str) -> Optional[str] |
| 799 | try: |
nothing calls this directly
no test coverage detected