beremiz
Clone
Summary
Browse
Changes
Graph
Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
2018-08-08, Edouard Tisserant
86f61c4dfe76
Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
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