Searched refs:queuetype (Results 1 – 1 of 1) sorted by relevance
1071 def conditionallyRemoveQueueType(self, queues, queuetype, condition): argument1073 if queuetype in queues and condition:1074 queues.remove(queuetype)