Home
last modified time | relevance | path

Searched refs:IS_PYPY (Results 1 – 2 of 2) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py49 from pyfakefs.helpers import IS_PYPY
411 if IS_PYPY:
Dhelpers.py24 IS_PYPY = platform.python_implementation() == 'PyPy' variable