|
u-RPC (Python API)
1.0.1
The u-RPC Remote Procedure Call framework
|
Classes | |
| class | StringType |
| u-RPC server-side string type and (de)serializer. More... | |
| class | URPCError |
| u-RPC error class. More... | |
| class | URPCType |
| u-RPC Python-side high-level type and (de)serializer. More... | |
Functions | |
| def | urpc_sig (arg_types, ret_types, func=None) |
| Decorate Python function with u-RPC signature. More... | |
| def | urpc_wrap (arg_types, ret_types, func=None) |
| Wrap a Python function as a u-RPC function. More... | |
| def urpc.misc.urpc_sig | ( | arg_types, | |
| ret_types, | |||
func = None |
|||
| ) |
Decorate Python function with u-RPC signature.
| arg_types | Arguments signature. |
| ret_types | Result signature. |
| func | Function to decorate. |
| def urpc.misc.urpc_wrap | ( | arg_types, | |
| ret_types, | |||
func = None |
|||
| ) |
Wrap a Python function as a u-RPC function.
| arg_types | Arguments signature. |
| ret_types | Result signature. |
| func | Function to wrap. |