Files
RustPython/stdlib
Jeong YunWon e002191a48 pyproperty -> pygetset
Though it actually create a getset descriptor,
we didn't change the name because its concept was a property for writers.
Now we have `pymember`, another property-like descriptor. So naming them under
same level would be less confusing instead of telling everybody
"it is a getset but we call it pyproperty"
2022-09-18 14:18:49 +09:00
..
2022-09-18 14:18:49 +09:00
2021-10-01 01:54:04 +09:00
2022-08-22 08:42:20 +09:00