This document describes the current stable version of Kombu (5.3). For development docs, go here.

Event Loop Debugging Utils - kombu.asynchronous.debug

Event-loop debugging tools.

kombu.asynchronous.debug.callback_for(h, fd, flag, *default)[source]

Return the callback used for hub+fd+flag.

kombu.asynchronous.debug.repr_active(h)[source]

Return description of active readers and writers.

kombu.asynchronous.debug.repr_events(h, events)[source]

Return description of events returned by poll.

kombu.asynchronous.debug.repr_flag(flag)[source]

Return description of event loop flag.

kombu.asynchronous.debug.repr_readers(h)[source]

Return description of pending readers.

kombu.asynchronous.debug.repr_writers(h)[source]

Return description of pending writers.