1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-04 06:31:33 +08:00
SpaceVim/bundle/jedi-vim/pythonx/parso/parso/_compatibility.py

4 lines
70 B
Python
Raw Normal View History

2022-10-23 15:41:52 +08:00
import platform
is_pypy = platform.python_implementation() == 'PyPy'