##// END OF EJS Templates
Fix indentation problem with _asyncify...
Fix indentation problem with _asyncify If the input to `_asyncify` contains newlines, the strategy of indenting and then truncating the first 8 characters won't work, since the first, empty line doesn't get indented. Instead I've changed the format string to accept the normal output of textwrap.indent() without modification.

File last commit:

r11729:5cc34183
r24487:422664ac
Show More
autoreload.rst
7 lines | 108 B | text/x-rst | RstLexer
Pauli Virtanen
DOC: extensions: add documentation for the bundled extensions
r4888 .. _extensions_autoreload:
==========
autoreload
==========
.. automodule:: IPython.extensions.autoreload