MCPcopy 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
29def _getlang():
30 # Figure out what the current language is set to.
31 return locale.getlocale(locale.LC_TIME)
32
33def _findall(haystack, needle):
34 # Find all positions of needle in haystack.

Callers 2

__init__Method · 0.85
_strptimeFunction · 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…