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

Method __init__

tests/flow/test_index_updates.py:15–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14class testIndexUpdatesFlow(FlowTestsBase):
15 def __init__(self):
16 self.env = Env(decodeResponses=True)
17 global redis_graph
18 self.redis_con = self.env.getConnection()
19 redis_graph = Graph(self.redis_con, GRAPH_ID)
20 self.populate_graph()
21 self.build_indices()
22
23 def new_node(self):
24 return Node(label = labels[node_ctr % 2],

Callers

nothing calls this directly

Calls 3

populate_graphMethod · 0.95
build_indicesMethod · 0.95
GraphClass · 0.85

Tested by

no test coverage detected