MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / set_locale

Function set_locale

src/pendulum/helpers.py:185–188  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

183
184
185def set_locale(name: str) -> None:
186 locale(name)
187
188 pendulum._LOCALE = name
189
190
191def get_locale() -> str:

Callers

nothing calls this directly

Calls 1

localeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…