Low-impact test that the method is feasible, e.g. command exists.
(self)
| 337 | unusable = False # type: bool |
| 338 | |
| 339 | def test(self): # type: () -> bool # noqa: T484 |
| 340 | """Low-impact test that the method is feasible, e.g. command exists.""" |
| 341 | pass # pragma: no cover |
| 342 | |
| 343 | # TODO: automatically clean MAC on return |
| 344 | def get(self, arg): # type: (str) -> Optional[str] |
no outgoing calls
no test coverage detected