beremiz
Clone
Summary
Browse
Changes
Graph
fixed debug with xenomai, fixed unprotected access to ___debug_tick
2011-09-26, Edouard Tisserant
7c23fac40a2a
fixed debug with xenomai, fixed unprotected access to ___debug_tick
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