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

Fernando Perez Fernando.Perez at colorado.edu
Sun Jan 8 03:27:55 EST 2006


Fernando Perez wrote:
> 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}


Fixed.

f




More information about the IPython-dev mailing list