kitty.remote.actor module

class kitty.remote.actor.RemoteActor(host, port)[source]

Bases: kitty.remote.rpc.RpcClient

get_report()[source]

need to wrap get_report, since we need to parse the report

class kitty.remote.actor.RemoteActorServer(host, port, impl)[source]

Bases: kitty.remote.rpc.RpcServer

get_report()[source]