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

Function random_array

tests/flow/random_graph.py:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def random_array():
29 len = randint(0, 10)
30 arr = []
31 for i in range(0, len):
32 arr.append(random_graph_value(ALL_VALUES_EXCEPT_ARRAY))
33 return arr
34
35
36def random_point():

Callers

nothing calls this directly

Calls 1

random_graph_valueFunction · 0.85

Tested by

no test coverage detected