Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.128.198.90
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python-kitchen-1.1.1 /
html /
_sources /
[ HOME SHELL ]
Name
Size
Permission
Action
api-collections.txt
122
B
-rw-r--r--
api-exceptions.txt
250
B
-rw-r--r--
api-i18n.txt
1
KB
-rw-r--r--
api-iterutils.txt
203
B
-rw-r--r--
api-overview.txt
520
B
-rw-r--r--
api-pycompat24.txt
1.02
KB
-rw-r--r--
api-pycompat25.txt
173
B
-rw-r--r--
api-pycompat27.txt
1.12
KB
-rw-r--r--
api-text-converters.txt
18.26
KB
-rw-r--r--
api-text-display.txt
912
B
-rw-r--r--
api-text-misc.txt
48
B
-rw-r--r--
api-text-utf8.txt
65
B
-rw-r--r--
api-text.txt
707
B
-rw-r--r--
api-versioning.txt
146
B
-rw-r--r--
designing-unicode-apis.txt
30.6
KB
-rw-r--r--
glossary.txt
4.21
KB
-rw-r--r--
hacking.txt
13.22
KB
-rw-r--r--
index.txt
5.77
KB
-rw-r--r--
porting-guide-0.3.txt
9.26
KB
-rw-r--r--
tutorial.txt
828
B
-rw-r--r--
unicode-frustrations.txt
26.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : api-i18n.txt
=================== Kitchen.i18n Module =================== .. automodule:: kitchen.i18n Functions ========= :func:`easy_gettext_setup` should satisfy the needs of most users. :func:`get_translation_object` is designed to ease the way for anyone that needs more control. .. autofunction:: easy_gettext_setup .. autofunction:: get_translation_object Translation Objects =================== The standard translation objects from the :mod:`gettext` module suffer from several problems: * They can throw :exc:`UnicodeError` * They can't find translations for non-:term:`ASCII` byte :class:`str` messages * They may return either :class:`unicode` string or byte :class:`str` from the same function even though the functions say they will only return :class:`unicode` or only return byte :class:`str`. :class:`DummyTranslations` and :class:`NewGNUTranslations` were written to fix these issues. .. autoclass:: kitchen.i18n.DummyTranslations :members: .. autoclass:: kitchen.i18n.NewGNUTranslations :members:
Close