Skip to content
Advertisement

Tag: rpyc

RPyC – inherit from exposed class

I have an RpyC server that imports a specific module, a class inside this module should be exposed so that this class can then be inherited from the client side. For testing purposes I removed the module importing/exposing and created a simple class inside my RPyC service called exposed_TestClass. server side: rpyc_server.py client side: python3 shell Answer As per the

Advertisement