This document is for Kombu's development version, which can be
significantly different from previous releases. Get the stable docs here:
5.0.
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.