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

Method __init__

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

Source from the content-addressed store, hash-verified

8class testWithClause(FlowTestsBase):
9
10 def __init__(self):
11 self.env = Env(decodeResponses=True)
12 global redis_graph
13 redis_con = self.env.getConnection()
14 redis_graph = Graph(redis_con, "G")
15 self.populate_graph()
16
17 def populate_graph(self):
18 # Populate a graph with two labels, each containing the same property values but different keys.

Callers

nothing calls this directly

Calls 2

populate_graphMethod · 0.95
GraphClass · 0.85

Tested by

no test coverage detected