Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ getRandomStr
Function
getRandomStr
wsdiscovery/util.py:282–283 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
281
282
def
getRandomStr():
283
return
""
.join([random.choice(string.ascii_letters)
for
x in range(10)])
284
285
286
def
showEnv(env):
Callers
1
addTypes
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected