Re: [Numpy-discussion] np.lookfor -- still supported / working ?

2010-12-11 Thread Pauli Virtanen
On Sat, 11 Dec 2010 23:40:35 +0100, Sebastian Haase wrote: > Hi all, > > I recently discovered numpy's lookfor function, which is supposed to > look through "all kinds" of doc strings and list relevant functions > related to given keywords. However it does not seem to work for me: N.__versio

[Numpy-discussion] np.lookfor -- still supported / working ?

2010-12-11 Thread Sebastian Haase
Hi all, I recently discovered numpy's lookfor function, which is supposed to look through "all kinds" of doc strings and list relevant functions related to given keywords. However it does not seem to work for me: >>> N.__version__ '1.3.0' >>> N.lookfor('fft', module=None, import_modules=True, rege