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

Method __init__

tests/flow/test_bound_variables.py:11–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class testBoundVariables(FlowTestsBase):
11 def __init__(self):
12 self.env = Env(decodeResponses=True)
13 global redis_graph
14 redis_con = self.env.getConnection()
15 redis_graph = Graph(redis_con, GRAPH_ID)
16 self.populate_graph()
17
18 def populate_graph(self):
19 global redis_graph

Callers

nothing calls this directly

Calls 2

populate_graphMethod · 0.95
GraphClass · 0.85

Tested by

no test coverage detected