##// 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.
Paul Ganssle -
r24489:342427e1
Show More
Name Size Modified Last Commit Author
/ docs / source / development
figs
config.rst Loading ...
execution.rst Loading ...
how_ipython_works.rst Loading ...
index.rst Loading ...
inputhook_app.rst Loading ...
kernels.rst Loading ...
lexer.rst Loading ...
messaging.rst Loading ...
parallel_connections.rst Loading ...
parallel_messages.rst Loading ...
pycompat.rst Loading ...
wrapperkernels.rst Loading ...