mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
4 lines
70 B
Python
4 lines
70 B
Python
import platform
|
|
|
|
is_pypy = platform.python_implementation() == 'PyPy'
|