[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 13:54:15 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?

sorry, the %autocall toggle is broken, I'll fix it tonight (busy now).

In the meantime, you can set the value manually

__IP.rc.autocall = {0->off,1->smart,2->full}

Cheers,

f




More information about the IPython-dev mailing list