Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/parso/_compatibility.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2024-04-20 06:09 +0000

1import platform 

2 

3is_pypy = platform.python_implementation() == 'PyPy'