| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
_arraymethod
Used to attach methods to MetaArrays. Wrap ndarray methods that return a single array. Merge metadata of all input Spectra.
__init__ gets called when we define the MetaArray (sub-)class and attach methods. __get__ gets called on the object at method call time. __call__ is called immediately after __get__.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:42 2017 | http://epydoc.sourceforge.net |