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§
- PyClass
Name Static Expr - The full name of a
#[pyclass]inside aPyStaticExpr.
Enums§
- PyStatic
Constant - A PyO3 extension to the Python AST to know more about
PyStaticExpr::Constant. - PyStatic
Expr - A Python expression.
- PyStatic
Operator - An operator used in
PyStaticExpr::BinOp.