Expand description
Utilities to introspect cdylib built using PyO3 and generate type stubs.
Modules§
Functions§
- introspect_
cdylib - Introspect a cdylib built with PyO3 and returns the definition of a Python module.
- module_
stub_ files - Generates the type stubs of a given module.
It returns a map between the file name and the file content.
The root module stubs will be in the
__init__.pyi
file and the submodules directory in files with a relevant name.