beremiz
Clone
Summary
Browse
Changes
Graph
clean-up: fix PEP8 E114 indentation is not a multiple of four (comment)
2017-08-19, Andrey Skvortsov
449fd504a711
clean-up: fix PEP8 E114 indentation is not a multiple of four (comment)
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