Home
last modified time | relevance | path

Searched refs:PYPY (Results 1 – 3 of 3) sorted by relevance

/external/python/pybind11/tests/
Denv.py10 PYPY = platform.python_implementation() == "PyPy" variable
/external/libchrome/third_party/jinja2/
D_compat.py16 PYPY = hasattr(sys, 'pypy_translation_info') variable
Denvironment.py33 encode_filename, PY2, PYPY
669 if not PY2 or PYPY: