You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow methods of cached objects (e.g. a compas datastructure) to be used on-the-fly without necessarily having to write a proxy wrapper function to work with the cached object to be loaded from the server side...
Something like this (in Proxy.py):
And in Server.py:
A silly toyish example of how this is used:
The text was updated successfully, but these errors were encountered:
Of course, this could be done more elegantly and conveniently where the returned cached_id object have methods that can be called directly with some additional wrapping, and getattrs setattrs etc
To allow methods of cached objects (e.g. a compas datastructure) to be used on-the-fly without necessarily having to write a proxy wrapper function to work with the cached object to be loaded from the server side...
Something like this (in Proxy.py):
And in Server.py:
A silly toyish example of how this is used:
The text was updated successfully, but these errors were encountered: