microproduct/atmosphericDelay/ISCEApp/site-packages/parso/_compatibility.py

4 lines
70 B
Python
Raw Permalink Normal View History

2023-08-28 10:17:29 +00:00
import platform
is_pypy = platform.python_implementation() == 'PyPy'