beremiz
Clone
Summary
Browse
Changes
Graph
clean etherlab: pep8, E301 expected 2 blank lines, found 1
2018-09-29, Andrey Skvortsov
5cf1d70b5395
clean etherlab: pep8, E301 expected 2 blank lines, found 1
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