##// END OF EJS Templates
Refactor and tweak async-in-function tests...
Refactor and tweak async-in-function tests This improves Python3.5 compatibility, since "yield" in an async function was a SyntaxError in 3.5, but not in later versions Also adds a test for async methods.

File last commit:

r21498:b0100c6f
r24489:342427e1
Show More
messaging.rst
7 lines | 162 B | text/x-rst | RstLexer

Messaging in IPython

The message specification is now part of Jupyter - see :ref:`jupyterclient:messaging` for the documentation.