[IPython-dev] Autocall doesn't work when function requires no arguments - where is the FULL option?

Fernando Perez Fernando.Perez at colorado.edu
Thu Jan 5 12:04:16 EST 2006


Ville Vainio wrote:
> I'm using the latest SVN and am trying to call a function that takes
> only keyword args - should be readily autocallable even without args.
> Wasn't there supposed to be a FULL option in addition to SMART mode?
> 
> Here's the session that illustrates the point:

Yup: set 'autocall' to 2 for the FULL mode.

Let me know if it doesn't work (I did test it on my box, and it was OK).

Cheers,

f




More information about the IPython-dev mailing list