Searched refs:bot_count (Results 1 – 3 of 3) sorted by relevance
137 def _add_bots(self, bot_count, meeting_code): argument144 bot_count,147 if len(botIds) < bot_count:152 "Wanted: %d. Started: %d" % (bot_count, len(botIds)))
337 bot_count = len(output.splitlines())340 bot_count = 0343 missing_count = len(self.bot_ids) - bot_count346 bot_count, missing_count)
457 def __init__(self, bot_count, bots_ttl_min, muted=True): argument466 self._bot_count = bot_count