|
From: Colin J. W. <cj...@sy...> - 2006-02-10 16:25:27
|
David M. Cooke wrote: >Bill Baxter <wb...@gm...> writes: > > > >>Some kind soul added 'svd' and 'inv' to the NumPy/SciPi columns, but those >>don't seem to be defined, at least for the versions of NumPy/SciPy that I >>have. Are they new? Or are they perhaps defined by a 3rd package in your >>environment? >> >> > >They're in numpy.linalg. > > > >>By the way, is there any python way to tell which package a symbol is coming >>from? >> >> > >Check it's __module__ attribute. > > > Yes, but not all objects have this attribute and some do not yet have a docstring. Colin W. |