MCPcopy Create free account
hub / github.com/Syncplay/syncplay / _get_random_letters

Method _get_random_letters

syncplay/utils.py:561–562  ·  view source on GitHub ↗
(quantity)

Source from the content-addressed store, hash-verified

559
560 @staticmethod
561 def _get_random_letters(quantity):
562 return ''.join(random.choice(string.ascii_uppercase) for _ in range(quantity))
563
564 @staticmethod
565 def _get_random_numbers(quantity):

Callers 2

generate_server_saltMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected