We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53658c4 commit 799c139Copy full SHA for 799c139
README.rst
@@ -744,6 +744,7 @@ appropriately. The exception handler will take as arguments the exception
744
itself, the pubsub object, and the worker thread returned by `run_in_thread`.
745
746
.. code-block:: pycon
747
+
748
>>> p.subscribe(**{'my-channel': my_handler})
749
>>> def exception_handler(ex, pubsub, thread):
750
>>> print(ex)
0 commit comments