Home
last modified time | relevance | path

Searched refs:PY2 (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/markupsafe/
D_compat.py13 PY2 = sys.version_info[0] == 2 variable
15 if not PY2:
D__init__.py13 unichr, PY2
232 if not PY2:
/external/chromium_org/third_party/jinja2/
Dexceptions.py11 from jinja2._compat import imap, text_type, PY2, implements_to_string
17 if PY2:
D_compat.py15 PY2 = sys.version_info[0] == 2 variable
20 if not PY2:
Dsandbox.py19 traceback_type, code_type, frame_type, generator_type, PY2
37 if not PY2:
Dbccache.py24 from jinja2._compat import BytesIO, pickle, PY2, text_type
28 if not PY2:
Druntime.py18 implements_iterator, implements_to_string, string_types, PY2
219 if PY2:
Denvironment.py32 get_next, encode_filename, PY2, PYPY
632 if not PY2 or PYPY: