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

/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Denv.py18 PY2 = PYVERSION < (3, 0) variable
/external/opencv3/3rdparty/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/opencv3/3rdparty/jinja2/markupsafe/
H A D__init__.py13 unichr, PY2 namespace
232 if not PY2:

Completed in 250 milliseconds