PATH: //lib64/python3.9/site-packages/cffi
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _cffi_errors.h
↓
X
📄 _cffi_include.h
↓
X
📄 _embedding.h
↓
X
📄 api.py
↓
X
📄 backend_ctypes.py
↓
X
📄 cffi_opcode.py
↓
X
📄 commontypes.py
↓
X
📄 cparser.py
↓
X
📄 error.py
↓
X
📄 ffiplatform.py
↓
X
📄 lock.py
↓
X
📄 model.py
↓
X
📄 parse_c_type.h
↓
X
📄 pkgconfig.py
↓
X
📄 recompiler.py
↓
X
📄 setuptools_ext.py
↓
X
📄 vengine_cpy.py
↓
X
📄 vengine_gen.py
↓
X
📄 verifier.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __init__.py
__all__ = ['FFI', 'VerificationError', 'VerificationMissing', 'CDefError', 'FFIError'] from .api import FFI from .error import CDefError, FFIError, VerificationError, VerificationMissing from .error import PkgConfigError __version__ = "1.14.5" __version_info__ = (1, 14, 5) # The verifier module file names are based on the CRC32 of a string that # contains the following version number. It may be older than __version__ # if nothing is clearly incompatible. __version_verifier_modules__ = "0.8.6"
SIMPAN PERUBAHAN