(m: Match[str])
| 409 | raise ValueError(f"String does not match format {fmt}") |
| 410 | |
| 411 | def _get_parsed_values(m: Match[str]) -> Any: |
| 412 | return self._get_parsed_values(m, parsed, loaded_locale, now) |
| 413 | |
| 414 | re.sub(pattern, _get_parsed_values, time) |
| 415 |
nothing calls this directly
no test coverage detected