.. | |||||
__init__.py | |||||
__init__.pyc | |||||
common.py | |||||
common.pyc | |||||
decoder.py | |||||
decoder.pyc | |||||
encoder.py | |||||
encoder.pyc | |||||
ordered.py | |||||
ordered.pyc | |||||
tz.py | |||||
tz.pyc |
# content after the \ escapes = ['0', 'b', 'f', 'n', 'r', 't', '"'] # What it should be replaced by escapedchars = ['\0', '\b', '\f', '\n', '\r', '\t', '\"'] # Used for substitution escape_to_escapedchars = dict(zip(_escapes, _escapedchars))
.. | |||||
__init__.py | |||||
__init__.pyc | |||||
common.py | |||||
common.pyc | |||||
decoder.py | |||||
decoder.pyc | |||||
encoder.py | |||||
encoder.pyc | |||||
ordered.py | |||||
ordered.pyc | |||||
tz.py | |||||
tz.pyc |