beremiz
Clone
Summary
Browse
Changes
Graph
added memory location support to C file pluguin
2011-05-18, Edouard Tisserant
e1ef99c609eb
added memory location support to C file pluguin
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