MCPcopy
hub / github.com/diffgram/diffgram / create_random_string

Function create_random_string

install.py:32–34  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

30
31
32def create_random_string(length):
33 return ''.join(random.choice(string.ascii_lowercase + \
34 string.digits) for x in range(length))
35
36
37class bcolors:

Callers 2

set_minio_credentialsMethod · 0.70
populate_envMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected