remove unuse __eq__ and __ne__
This commit is contained in:
parent
373eec25c4
commit
495ece2273
@ -54,8 +54,6 @@ pub mod python_class {
|
|||||||
fn __neg__(&self) -> Self;
|
fn __neg__(&self) -> Self;
|
||||||
fn __round__(&self, ndigits: Option<i64>) -> Self;
|
fn __round__(&self, ndigits: Option<i64>) -> Self;
|
||||||
fn __radd__(&self, other: &PyAny) -> Self;
|
fn __radd__(&self, other: &PyAny) -> Self;
|
||||||
fn __eq__(&self, other: &Self) -> bool;
|
|
||||||
fn __ne__(&self, other: &Self) -> bool;
|
|
||||||
// fn rotate
|
// fn rotate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user