MCPcopy Index your code
hub / github.com/python/cpython / _init_categories

Function _init_categories

Lib/locale.py:1736–1739  ·  view source on GitHub ↗
(categories=categories)

Source from the content-addressed store, hash-verified

1734 """
1735 categories = {}
1736 def _init_categories(categories=categories):
1737 for k,v in globals().items():
1738 if k[:3] == 'LC_':
1739 categories[k] = v
1740 _init_categories()
1741 del categories['LC_ALL']
1742

Callers 1

_print_localeFunction · 0.85

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…