mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-06-09 02:38:47 +02:00
5511ebc808
- will now be changed in place (instead of being overwritten on reconnect, which was the only way of adding or removing property getters / setters) - replaces getters/setters and methods of proxy with __setattr__ and __getattribute__ functionality - replaces ProxyClassFactory with ProxyClass and ProxyLoader. The latter updates the former on reconnect - client does not need to be a DataService anymore. It only establishes the connection and holds the reference to the proxy class.