Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/pyasn1/__init__.py: 60%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1import sys 

2 

3# https://www.python.org/dev/peps/pep-0396/ 

4__version__ = '0.4.9' 

5 

6if sys.version_info[:2] < (2, 7): 

7 raise RuntimeError('PyASN1 requires Python 2.7 or later')