MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / install

Function install

tools/python-3.11.9-amd64/Lib/gettext.py:553–555  ·  view source on GitHub ↗
(domain, localedir=None, *, names=None)

Source from the content-addressed store, hash-verified

551
552
553def install(domain, localedir=None, *, names=None):
554 t = translation(domain, localedir, fallback=True)
555 t.install(names)
556
557
558# 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