Differences From Artifact [2709c42727]:
- File compile_rules_graph.py — part of check-in [af4c7325e4] at 2018-09-10 14:51:23 on branch rg — [build] useless comments (user: olr, size: 19611) [annotate] [blame] [check-ins using]
To Artifact [f07c932d26]:
- File compile_rules_graph.py — part of check-in [9d9c439c6b] at 2018-09-11 12:06:24 on branch rg — [build] build JS data files (user: olr, size: 19749) [annotate] [blame] [check-ins using]
︙ | |||
451 452 453 454 455 456 457 | 451 452 453 454 455 456 457 458 459 460 461 | + - + + | print(sPyCallables) # Result return { "graph_callables": sPyCallables, "graph_callablesJS": sJSCallables, "rules_graphs": dAllGraph, "rules_graphsJS": json.dumps(dAllGraph, ensure_ascii=False), |