I am using Rpyc and have setup a client server model. The server sends Python objects but I’m having trouble working with them on the client side as their types changed (eg a dict won’t be a dict but a netref.something) - is it possible to get the original type back?
Asked
Active
Viewed 28 times