Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
143
def
random_string(length):
144
return
''
.join(secrets.choice(string.ascii_uppercase + string.digits)
for
_ in range(length))
145
146
147
def
ubuntu_release(c):
Callers
2
put
Function · 0.85
append_str
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected