(word: str, size: int, text: str)
| 194 | |
| 195 | |
| 196 | def _method_match_none(word: str, size: int, text: str) -> bool: |
| 197 | return False |
| 198 | |
| 199 | |
| 200 | def _method_match_simple(word: str, size: int, text: str) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected