/usr/share/cagefs-skeleton/lib64/python3.9/site-packages/cffi
class FFIError(Exception): __module__ = 'cffi' class CDefError(Exception): __module__ = 'cffi' def __str__(self): try: current_decl = self.args[1] filename = current_decl.coord.file linenum = current_decl.coord.line prefix = '%s:%d: ' % (filename, linenum) except (AttributeError, TypeError, IndexError): prefix = '' return '%s%s' % (prefix, self.args[0]) class VerificationError(Exception): """ An error raised when verification fails """ __module__ = 'cffi' class VerificationMissing(Exception): """ An error raised when incomplete structures are passed into cdef, but no verification has been done """ __module__ = 'cffi' class PkgConfigError(Exception): """ An error raised for missing modules in pkg-config """ __module__ = 'cffi'
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
_cffi_errors.h
Edit
_cffi_include.h
Edit
_embedding.h
Edit
api.py
Edit
backend_ctypes.py
Edit
cffi_opcode.py
Edit
commontypes.py
Edit
cparser.py
Edit
error.py
Edit
ffiplatform.py
Edit
lock.py
Edit
model.py
Edit
parse_c_type.h
Edit
pkgconfig.py
Edit
recompiler.py
Edit
setuptools_ext.py
Edit
vengine_cpy.py
Edit
vengine_gen.py
Edit
verifier.py
Edit