Available on crate feature
experimental-inspect only.Expand description
Runtime inspection of objects exposed to Python.
Tracking issue: https://github.com/PyO3/pyo3/issues/2454.
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.
Functionsยง
- fmt_
elements ๐ - serialize_
for_ ๐ปintrospection - Serialize the type for introspection and return the number of written bytes
- serialized_
container_ ๐len_ for_ introspection - serialized_
len_ ๐ปfor_ introspection - Length required by
serialize_for_introspection - write_
container_ ๐and_ move_ forward - write_
expr_ ๐and_ move_ forward - write_
json_ ๐string_ and_ move_ forward - write_
slice_ ๐and_ move_ forward