MCPcopy Index your code
hub / github.com/RustPython/RustPython / install

Function install

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

Source from the content-addressed store, hash-verified

560
561
562def install(domain, localedir=None, *, names=None):
563 t = translation(domain, localedir, fallback=True)
564 t.install(names)
565
566
567# 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