Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.9/dist-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
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
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.16.0"
9__version_info__ = (1, 16, 0)
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"