X7ROOT File Manager
Current Path:
/usr/lib/python2.7/site-packages/kitchen/text
usr
/
lib
/
python2.7
/
site-packages
/
kitchen
/
text
/
📁
..
📄
__init__.py
(414 B)
📄
__init__.pyc
(667 B)
📄
__init__.pyo
(667 B)
📄
converters.py
(40.65 KB)
📄
converters.pyc
(36.48 KB)
📄
converters.pyo
(36.48 KB)
📄
display.py
(38.52 KB)
📄
display.pyc
(30.97 KB)
📄
display.pyo
(30.97 KB)
📄
exceptions.py
(1.24 KB)
📄
exceptions.pyc
(1006 B)
📄
exceptions.pyo
(1006 B)
📄
misc.py
(12.11 KB)
📄
misc.pyc
(10.37 KB)
📄
misc.pyo
(10.37 KB)
📄
utf8.py
(6.13 KB)
📄
utf8.pyc
(5.93 KB)
📄
utf8.pyo
(5.93 KB)
Editing: __init__.py
''' ------------ Kitchen.text ------------ Kitchen.text contains functions for manipulating text in python. This includes things like converting between byte strings and unicode, and displaying text on the screen. ''' from kitchen.versioning import version_tuple_to_string __version_info__ = ((2, 1, 1),) __version__ = version_tuple_to_string(__version_info__) __all__ = ('converters', 'exceptions', 'misc',)
Upload File
Create Folder