beremiz
Clone
Summary
Browse
Changes
Graph
Project tree: avoid flickering and glitches in notebook when selecting some still not opened ConfigTreeNode
svghmi
2020-11-20, Edouard Tisserant
2ec1aebda927
Project tree: avoid flickering and glitches in notebook when selecting some still not opened ConfigTreeNode
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