|
From: Bill B. <wb...@gm...> - 2006-02-10 00:23:19
|
> Some kind soul added 'svd' and 'inv' to the NumPy/SciPi columns, but thos= e > > 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. Ooooh! Lots of goodies there! > By the way, is there any python way to tell which package a symbol is > coming > > from? > > Check it's __module__ attribute. Ah, perfect. I see it's also mentioned in help(thing) for thing. Thanks. --bb |