Enum pyo3::class::basic::CompareOp [−][src]
pub enum CompareOp { Lt, Le, Eq, Ne, Gt, Ge, }
Expand description
Operators for the __richcmp__
method
Variants
The less than operator.
The less than or equal to operator.
The equality operator.
The not equal to operator.
The greater than operator.
The greater than or equal to operator.