woom.hosts.Host.get_queue

Contents

woom.hosts.Host.get_queue#

Host.get_queue(name)[source]#

Get a queue real name from its generic name

Accesses self._config directly instead of going through self.config (which calls Section.dict()). After a ConfigObj.merge(), dict() may return spec defaults instead of the user’s values.

See also

queues