Talley Lambert
Talley Lambert
> refactor that we want to do sometime next year in conjuntion with refactoring feature events, probably using [observ](https://github.com/fork-tongue/observ) hah, yes I was also going to bring up [psygnal](https://github.com/pyapp-kit/psygnal) with...
> I think it would be useful to get your thoughts if you're free to chat briefly in early January? yep, happy to chat then > If the descriptors are...
That's not quite how descriptors work. Don't think of `__get__` as returning the data itself; think of it as returning "what you get when you access this attribute" So, if...
Yes, if you want `obj.colors` itself to *be* a numpy array, then you'd have to return a numpy array from `__get__`. I don't remember all the details of the use...
if the issue is that you're trying to have the user-facing object *be* a numpy array, but you *also* want to know whether they've updated that object... then you've got...
i could give it a shot!
ok thanks! will keep an eye out for that. feel free to close this if you're already tracking it elsewhere
thank you both. @hanjinliu it would be great if you wanted to adapt your solution and contribute it here.. I think in terms of the GUI: what I'd want is...
> @tlambert03 : is there still an appetite for this? sure! i think it's a natural fit for superqt
What qt backend and version are you using?