Icxolu
|
d1a7cf400a
|
add pyclass `eq` option (#4210)
* add pyclass `eq` option
* prevent manual impl of `__richcmp__` or `__eq__` with `#[pyclass(eq)]`
* add simple enum `eq_int` option
* rearrange names to fix deprecation warning
* add newsfragment and migration
* update docs
---------
Co-authored-by: David Hewitt <mail@davidhewitt.dev>
|
2024-05-31 14:13:30 +00:00 |
David Hewitt
|
7d486bb72a
|
tests/common.rs -> src/tests/common.rs
|
2023-09-24 13:34:53 +01:00 |
cuishuang
|
19e32a0621
|
fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
|
2022-04-24 22:06:32 +08:00 |
David Hewitt
|
6433d884fc
|
dev: remove self dev dependency
|
2021-12-08 07:48:58 +00:00 |
b05902132
|
aac0e566b0
|
Allow default implementation of slots. Add default __repr__ for enums.
|
2021-11-29 17:35:18 +08:00 |