memo

2011-09-20

普通の python shell で tab 補完が動くようにする方法

IPython 使えばいいんだけど。たまにサーバー上とかで普通の python shell でアレコレしたりもするので。

>>> import readline, rlcompleter
>>> readline.parse_and_bind("tab: complete")
>>> a
abs(    all(    and     any(    apply(  as      assert  
>>> a