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

2 statements  

« prev     ^ index     » next       coverage.py v7.2.2, created at 2023-03-26 07:36 +0000

1import platform 

2 

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