Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
185
def
set_locale(name: str) -> None:
186
locale(name)
187
188
pendulum._LOCALE = name
189
190
191
def
get_locale() -> str:
Callers
nothing calls this directly
Calls
1
locale
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…