Example #1
0
def call():
    client = RPCClient('127.0.0.1', 6000)
    client.open()

    print client.call('sum', 1, 2)