| Home | Trees | Indices | Help |
|
|---|
|
|
_abcoll.Sized --+
|
_abcoll.Iterable --+
|
_abcoll.Container --+
|
_abcoll.Mapping --+
|
DataSetMatrix
Groups a number of DataSets as a matrix
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
| list of D's keys |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| an iterator over the (key, value) items of D |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
__abstractmethods__ =
|
|
|
Inherited from |
|
| Properties | |
| rows | |
| cols | |
| name | |
| Method Details |
|
self[row, col] -> DataSet In case self is a column matrix, you can index it by just the row index: self[row] -> DataSet
|
self[row, col] = dataset In case self is a column matrix, you can index it by just the row index: self[row] = dataset |
|
|
|
|
deprecated, use inversed() for greater naming consistency.
inverse is deprecated, and will be removed in the 2021 release. Use obj.inversed() for better naming consistency
|
| Property Details |
rows
|
cols
|
name
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:53 2019 | http://epydoc.sourceforge.net |