We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06449f commit 94e2631Copy full SHA for 94e2631
redisgraph/util.py
@@ -1,6 +1,8 @@
1
import random
2
import string
3
4
+__all__ = ['random_string', 'quote_string']
5
+
6
def random_string(length=10):
7
"""
8
Returns a random N chracter long string.
0 commit comments