beremiz
Clone
Summary
Browse
Changes
Graph
Now test/python also demonstrate large C pragmas in ST, accessing complex types
2012-10-19, Edouard Tisserant
980800a5aad0
Now test/python also demonstrate large C pragmas in ST, accessing complex types
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