MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / debug

Function debug

demo/social/social_demo.py:25–35  ·  view source on GitHub ↗
(host, port)

Source from the content-addressed store, hash-verified

23 query_info.query)
24
25def debug(host, port):
26 global redis_con
27 global redis_graph
28 redis_con = redis.Redis(host=host, port=port)
29 redis_graph = Graph(redis_con, social_utils.graph_name)
30
31 print("populate_graph")
32 social_utils.populate_graph(redis_con, redis_graph)
33
34 print("run_queries")
35 run_queries()
36
37def main(argv):
38 global redis_con

Callers 1

mainFunction · 0.70

Calls 3

GraphClass · 0.90
run_queriesFunction · 0.70
populate_graphMethod · 0.45

Tested by

no test coverage detected