MCPcopy 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
282def getRandomStr():
283 return "".join([random.choice(string.ascii_letters) for x in range(10)])
284
285
286def showEnv(env):

Callers 1

addTypesFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected