[IPython-user] Parsing issue (maybe).
Ville Vainio
vivainio at gmail.com
Thu Jan 12 16:12:39 CST 2006
On 1/12/06, Andrea Riciputi <ariciputi at pito.com> wrote:
> Is there any chance to modify the %autocall in order to cope with a
> case like this? I mean, it should be very usefull to keep %autocall
> still active for case like objects' methods or functions that don't
> need any arguments, such as:
>
> In [1]: my_object.its_method
> ------> my_object.a_method()
Try out the "Smart" autocall mode:
%autocall 1
--
Ville Vainio http://tinyurl.com/2prnb
Can't you see the world is burning
Can't you feel its Fire burning
Don't you know we all are burning
The Fire of Life -- R.N.Taylor / Changes
More information about the IPython-user
mailing list