MCPcopy
hub / github.com/aptly-dev/aptly / random_name

Method random_name

system/api_lib.py:176–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 APITest.aptly_out.close()
175
176 def random_name(self):
177 return ''.join(random.choice(string.ascii_letters + string.digits) for _ in range(15))

Callers 15

checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected