On Nov 13, 2007 12:52 PM, Robert Kern <[EMAIL PROTECTED]> wrote:
>
> dieter h. wrote:
> > Hi all,
> >
> > Would it make sense for all functionality in Numpy/Scipy to have
> > ubiquitous returns? In that I'm proposing that every func/method
> > (where appropriate) have a flag in its arg list establi
dieter h. wrote:
> Hi all,
>
> Would it make sense for all functionality in Numpy/Scipy to have
> ubiquitous returns? In that I'm proposing that every func/method
> (where appropriate) have a flag in its arg list establishing a return
> for either [INDEX, BOOLEAN, VALUE=default]. this could be by
Hi all,
Would it make sense for all functionality in Numpy/Scipy to have
ubiquitous returns? In that I'm proposing that every func/method
(where appropriate) have a flag in its arg list establishing a return
for either [INDEX, BOOLEAN, VALUE=default]. this could be by a
singular Enum flag, I belie