MCPcopy Index your code
hub / github.com/R4be1/PuppetMaster / randomString

Function randomString

Master.py:348–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346 return prefix + string
347
348def randomString():
349 return ''.join(random.sample('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 16))
350
351def getTextBetweenStrings(text, start_string, end_string):
352 if (start_string not in text) or (end_string not in text):

Callers 1

handle_shell_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected