Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _getlang
Function
_getlang
Lib/_strptime.py:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
__all__ = []
28
29
def
_getlang():
30
# Figure out what the current language is set to.
31
return
locale.getlocale(locale.LC_TIME)
32
33
def
_findall(haystack, needle):
34
# Find all positions of needle in haystack.
Callers
2
__init__
Method · 0.85
_strptime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…