We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7265a commit a22536aCopy full SHA for a22536a
tests/utils/botocore/__init__.py
@@ -84,6 +84,7 @@ def decorator(func):
84
platform.system() not in ['Darwin', 'Linux'], reason)(func)
85
return decorator
86
87
+
88
def random_chars(num_chars):
89
"""Returns random hex characters.
90
0 commit comments