This document is for Kombu's development version, which can be significantly different from previous releases. Get the stable docs here: 5.0.

事件循环调试实用程序- kombu.asynchronous.debug

事件循环调试工具。

kombu.asynchronous.debug.callback_for(h, fd, flag, *default)[源代码]

返回Hub+FD+FLAG使用的回调。

kombu.asynchronous.debug.repr_active(h)[源代码]

返回活动读取器和写入器的描述。

kombu.asynchronous.debug.repr_events(h, events)[源代码]

返回Poll返回的事件的描述。

kombu.asynchronous.debug.repr_flag(flag)[源代码]

返回事件循环标志的描述。

kombu.asynchronous.debug.repr_readers(h)[源代码]

返回挂起的读取器的描述。

kombu.asynchronous.debug.repr_writers(h)[源代码]

返回挂起编写器的描述。