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

Method __init__

tests/flow/test_bfs.py:9–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8class testBFS(FlowTestsBase):
9 def __init__(self):
10 self.env = Env(decodeResponses=True)
11 global graph
12 redis_con = self.env.getConnection()
13 graph = Graph(redis_con, "proc_bfs")
14 self.populate_graph()
15
16 def populate_graph(self):
17 global nodes

Callers

nothing calls this directly

Calls 2

populate_graphMethod · 0.95
GraphClass · 0.85

Tested by

no test coverage detected