Crate pyo3_introspection

Source
Expand description

Utilities to introspect cdylib built using PyO3 and generate type stubs.

Modules§

model

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.