compas-dev / compas-dev/compas_cloud
feature_request: ability to access methods of cached objects
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.