MCPcopy
hub / github.com/hyperknot/openfreemap / random_string

Function random_string

ssh_lib/utils.py:143–144  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

141
142
143def random_string(length):
144 return ''.join(secrets.choice(string.ascii_uppercase + string.digits) for _ in range(length))
145
146
147def ubuntu_release(c):

Callers 2

putFunction · 0.85
append_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected