Index of the packing module
-
m
wareweb.packing
...
- f unpack_json ... - Unpack a JSON request into a function call, and pack the return value into a JSON response.
- f unpack_xmlrpc ... - Unpacks an XMLRPC request into a function call, and packs the response into a XMLRPC response.
- f unpack ... - Unpacks self.path_parts and self.fields into a function call; this decorator can be used to turn such a method into a zero-argument method that unpacks those arguments.