(self)
| 176 | # ------------------------------------------------------------------ # |
| 177 | |
| 178 | def is_available(self) -> bool: |
| 179 | return bool(self._tshark) |
| 180 | |
| 181 | def start(self) -> bool: |
| 182 | if not self.is_available(): |
no outgoing calls
no test coverage detected