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

Function random_graph_value

tests/flow/random_graph.py:44–46  ·  view source on GitHub ↗
(values=ALL_VALUES)

Source from the content-addressed store, hash-verified

42
43
44def random_graph_value(values=ALL_VALUES):
45 type = randint(0, len(values) - 1)
46 return ALL_VALUES[type]()
47
48
49def create_node_map(node, i):

Callers 2

random_arrayFunction · 0.85
create_node_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected