Returns a raw result of the check.
(self)
| 81 | |
| 82 | @abstractmethod |
| 83 | def get_result(self) -> Any: |
| 84 | """ |
| 85 | Returns a raw result of the check. |
| 86 | """ |
| 87 | pass |
| 88 | |
| 89 | @abstractmethod |
| 90 | def formatted_string(self, silent_if_no_results=False, *args, **kwargs) -> str: |
no outgoing calls
no test coverage detected