ipythonのdoctest_mode

「普通のPython インタラクティブシェルのほうが、そのままdoctestにコピペできるから楽」
それ、doctest_modeでできるよ!

In [26]: %doctest_mode
*** Pasting of code with ">>>" or "..." has been enabled.
Exception reporting mode: Plain
Doctest mode is: ON

>>> foo()
foo

%docまで書いてタブ補完でおk

このブログに乗せているコードは引用を除き CC0 1.0 で提供します。