Searched defs:PY2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dexceptions.py11 from jinja2._compat import imap, text_type, PY2, implements_to_string namespace
17 if PY2:
H A Dbccache.py24 from jinja2._compat import BytesIO, pickle, PY2, text_type namespace
28 if not PY2:
H A Dsandbox.py19 traceback_type, code_type, frame_type, generator_type, PY2 namespace
37 if not PY2:
H A Druntime.py18 implements_iterator, implements_to_string, string_types, PY2 namespace
219 if PY2:
H A Denvironment.py32 get_next, encode_filename, PY2, PYPY namespace
632 if not PY2 or PYPY:
/external/chromium_org/third_party/markupsafe/
H A D__init__.py13 unichr, PY2 namespace
232 if not PY2:

Completed in 3240 milliseconds