PATH:
usr
/
lib
/
python2.7
/
site-packages
/
kitchen
/
text
''' ------------ 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',)
[-] misc.py
[edit]
[-] __init__.pyo
[edit]
[-] exceptions.py
[edit]
[-] utf8.pyo
[edit]
[+]
..
[-] exceptions.pyc
[edit]
[-] __init__.pyc
[edit]
[-] exceptions.pyo
[edit]
[-] utf8.pyc
[edit]
[-] display.pyo
[edit]
[-] converters.py
[edit]
[-] misc.pyo
[edit]
[-] utf8.py
[edit]
[-] display.py
[edit]
[-] __init__.py
[edit]
[-] converters.pyo
[edit]
[-] converters.pyc
[edit]
[-] misc.pyc
[edit]
[-] display.pyc
[edit]