We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97c315 commit e438c55Copy full SHA for e438c55
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