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

Method path_to_string

tests/flow/test_path.py:18–20  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

16 redis_graph = Graph(redis_con, GRAPH_ID)
17
18 def path_to_string(self, path):
19 str_path = ", ".join([str(obj) for obj in path])
20 return str_path
21
22 def setUp(self):
23 self.env.flush()

Callers

nothing calls this directly

Calls 1

strFunction · 0.85

Tested by

no test coverage detected