MCPcopy Create free account
hub / github.com/python-pendulum/pendulum / _get_parsed_values

Method _get_parsed_values

src/pendulum/formatting/formatter.py:411–412  ·  view source on GitHub ↗
(m: Match[str])

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_get_parsed_valueMethod · 0.95

Tested by

no test coverage detected