Closed toan-quach closed 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__
__setitem__
__delitem__
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__