Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/cffi/__init__.py: 100%
7 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:10 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:10 +0000
1__all__ = ['FFI', 'VerificationError', 'VerificationMissing', 'CDefError',
2 'FFIError']
4from .api import FFI
5from .error import CDefError, FFIError, VerificationError, VerificationMissing
6from .error import PkgConfigError
8__version__ = "1.15.1"
9__version_info__ = (1, 15, 1)
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"