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

Function install

Lib/gettext.py:563–565  ·  view source on GitHub ↗
(domain, localedir=None, *, names=None)

Source from the content-addressed store, hash-verified

561
562
563def install(domain, localedir=None, *, names=None):
564 t = translation(domain, localedir, fallback=True)
565 t.install(names)
566
567
568# a mapping b/w domains and locale directories

Callers

nothing calls this directly

Calls 2

translationFunction · 0.85
installMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…