[SciPy-dev] Some suggestions for scipy_core
Francesc Altet
faltet at carabos.com
Mon Jan 2 15:47:51 CST 2006
A Dilluns 02 Gener 2006 19:49, Fernando Perez va escriure:
> I've toyed with the idea of making the autocall flag be a 0,1,2 integer,
> where today's 'on' would become 2 for 'full', while 1 would be an
> intermediate mode, doing autocall ONLY if there are arguments:
>
> 1: foo bar -> foo(bar)
> foo -> foo
>
> 2: foo bar -> foo(bar)
> foo -> foo()
>
> But I'm out of time for more significant ipython work for now, I'm afraid
> (a lot of new features went in recently, but now I need to work on other
> things).
>
> Vote if you like it, though, and I'll consider it for the future.
That's an interesting proposal, indeed.
+1 for the improved autocall intermediate level.
--
>0,0< Francesc Altet http://www.carabos.com/
V V Cárabos Coop. V. Enjoy Data
"-"
More information about the Scipy-dev
mailing list