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

Method _get_random_numbers

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

Source from the content-addressed store, hash-verified

563
564 @staticmethod
565 def _get_random_numbers(quantity):
566 return ''.join(random.choice(string.digits) for _ in range(quantity))
567
568
569class NotControlledRoom(Exception):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected