kuroko/test/testDescriptor.krk.expect
K. Lange 6b3f8de63b Implement general __get__/__set__ descriptors
property objects are no longer a special case and have been simplified
old-style native properties can probably all be removed as well, but, todo
2021-03-10 20:24:12 +09:00

14 lines
253 B
Plaintext

Getter called on 2
4
Setter called on 2 with value [72]
Updating 'age' of Mary M to 30
Updating 'age' of Dave D to 40
_age name
_age name
Accessing 'age' of Mary M
30
Accessing 'age' of Mary M
Updating 'age' of Mary M to 31
Accessing 'age' of Dave D
40