bug: The setter
and deleter
attribute should be set on the Attribute
class, since that's how properties are instantiated
#311
Labels
bug
Something isn't working
Description of the bug
Properties are now instantiated as attributes, not functions. Therefore, the
setter
anddeleter
attributes should be set on theAttribute
class, not theFunction
one.To Reproduce
/
Full traceback
/
Expected behavior
/
Additional context
/
The text was updated successfully, but these errors were encountered: