gsmecher / tuberd

Seamlessly expose Python (or native C++) code across a LAN using something like JSON-RPC
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Create attributes for all remote methods and properties on resolve #20

Closed arahlin closed 6 months ago

arahlin commented 6 months ago

This requires that resolve() or TuberObject.tuber_resolve() be called at the start of a script, rather than lazy-loading methods and properties on access.