HomeSort by relevance Sort by last modified time
    Searched refs:PY2 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/markupsafe/
_compat.py 13 PY2 = sys.version_info[0] == 2
15 if not PY2:
__init__.py 13 unichr, PY2
232 if not PY2:
  /external/chromium_org/third_party/jinja2/
_compat.py 6 Some py2/py3 compatibility support based on a stripped down
15 PY2 = sys.version_info[0] == 2
20 if not PY2:
bccache.py 24 from jinja2._compat import BytesIO, pickle, PY2, text_type
28 if not PY2:
exceptions.py 11 from jinja2._compat import imap, text_type, PY2, implements_to_string
17 if PY2:
sandbox.py 19 traceback_type, code_type, frame_type, generator_type, PY2
37 if not PY2:
runtime.py 18 implements_iterator, implements_to_string, string_types, PY2
219 if PY2:
environment.py 32 get_next, encode_filename, PY2, PYPY
632 if not PY2 or PYPY:
    [all...]

Completed in 337 milliseconds