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

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

7 statements  

1__all__ = ['FFI', 'VerificationError', 'VerificationMissing', 'CDefError', 

2 'FFIError'] 

3 

4from .api import FFI 

5from .error import CDefError, FFIError, VerificationError, VerificationMissing 

6from .error import PkgConfigError 

7 

8__version__ = "1.15.1" 

9__version_info__ = (1, 15, 1) 

10 

11# The verifier module file names are based on the CRC32 of a string that 

12# contains the following version number. It may be older than __version__ 

13# if nothing is clearly incompatible. 

14__version_verifier_modules__ = "0.8.6"