<link rel="stylesheet" href="./ctypes — A foreign function library for Python — Python 3.8.2 documentation_files/pydoctheme.css" type="text/css"> <link rel ...
:mod:`ctypes` is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these libraries in pure ...