beremiz
Clone
Summary
Browse
Changes
Graph
Even more robust logger, up to the really last line that comes after the rush
2012-02-16, Edouard Tisserant
6324b40d82a5
Even more robust logger, up to the really last line that comes after the rush
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param