Module class
Available on crate features
dep_pyo3
and std
only.Expand description
Old module which contained some implementation details of the #[pyproto]
module.
Prefer using the same content from pyo3::pyclass
, e.g. use pyo3::pyclass::CompareOp
instead
of use pyo3::class::basic::CompareOp
.
For compatibility reasons this has not yet been removed, however will be done so once https://github.com/rust-lang/rust/issues/30827 is resolved.
Modules§
- Old module which contained some implementation details of the
#[pyproto]
module. - Old module which contained some implementation details of the
#[pyproto]
module.
Structs§
- Error returned by a
__traverse__
visitor implementation. - Object visitor for GC.
Type Aliases§
- IPow
Modulo Deprecated - PyClass
Attribute Def Deprecated - PyGetter
Def Deprecated - PyMethod
Def Deprecated - PyMethod
DefType Deprecated - PyMethod
Type Deprecated - PySetter
Def Deprecated