MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / random_string

Method random_string

daily/chinaUnicom.py:3901–3902  ·  view source on GitHub ↗
(self, length, chars=string.ascii_letters + string.digits)

Source from the content-addressed store, hash-verified

3899 return None
3900
3901 def random_string(self, length, chars=string.ascii_letters + string.digits):
3902 return ''.join(random.choice(chars) for _ in range(length))
3903
3904 def get_bizchannelinfo(self):
3905 info = {

Callers 5

__init__Method · 0.95
gettaskipMethod · 0.95
get_wocare_bodyMethod · 0.95
wocare_getTokenMethod · 0.95
ttlxj_authorizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected