Searched refs:IS_PYPY (Results 1 – 2 of 2) sorted by relevance
49 from pyfakefs.helpers import IS_PYPY411 if IS_PYPY:
24 IS_PYPY = platform.python_implementation() == 'PyPy' variable