beremiz
Clone
Summary
Browse
Changes
Graph
fix issue, that was impossible to change time interval for cyclic
2016-04-22, Andrey Skvortsov
8626bba4b2a8
fix issue, that was impossible to change time interval for cyclic
tasks, when wx 3.0 is used
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