u-RPC (Python API)  1.0.1
The u-RPC Remote Procedure Call framework
misc.py File Reference

Classes

class  urpc.misc.URPCError
 u-RPC error class. More...
 
class  urpc.misc.URPCType
 u-RPC Python-side high-level type and (de)serializer. More...
 
class  urpc.misc.StringType
 u-RPC server-side string type and (de)serializer. More...
 

Namespaces

 urpc.misc
 

Functions

def urpc.misc.urpc_sig (arg_types, ret_types, func=None)
 Decorate Python function with u-RPC signature. More...
 
def urpc.misc.urpc_wrap (arg_types, ret_types, func=None)
 Wrap a Python function as a u-RPC function. More...