Module inspect

Module inspect 

Source
Expand description

Runtime inspection of objects exposed to Python.

Tracking issue: https://github.com/PyO3/pyo3/issues/2454.

Modules§

types
Data types used to describe runtime Python types.

Structs§

PyClassNameStaticExpr
The full name of a #[pyclass] inside a PyStaticExpr.

Enums§

PyStaticConstant
A PyO3 extension to the Python AST to know more about PyStaticExpr::Constant.
PyStaticExpr
A Python expression.
PyStaticOperator
An operator used in PyStaticExpr::BinOp.