Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

Add auto setter for deleting items in _Properties class #694

Closed toan-quach closed 1 year ago

toan-quach commented 1 year ago

Description The _Properties class for properties of entities has auto setter and other feature when setting an item but not when deleting them. We can propagate what we have in __setitem__ to __delitem__