_compatibility.py 70 B

123
  1. import platform
  2. is_pypy = platform.python_implementation() == 'PyPy'