##// 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:

r23233:f12b788f
r24489:342427e1
Show More
index.rst
21 lines | 539 B | text/x-rst | RstLexer

Developer's guide for third party tools and libraries

Important

This guide contains information for developers of third party tools and libraries that use IPython. Alternatively, documentation for core IPython development can be found in the :doc:`../coredev/index`.