class MaskedRecords(MaskedArray):
Method | __array_finalize__ |
Undocumented |
Method | __getattribute__ |
Undocumented |
Method | __getitem__ |
Returns all the fields sharing the same fieldname base. |
Method | __getstate__ |
Return the internal state of the masked array. |
Method | __len__ |
Returns the length |
Method | __new__ |
Undocumented |
Method | __reduce__ |
Return a 3-tuple for pickling a MaskedArray. |
Method | __repr__ |
Calculates the repr representation. |
Method | __setattr__ |
Sets the attribute attr to the value val. |
Method | __setitem__ |
Sets the given record to value. |
Method | __setstate__ |
Restore the internal state of the masked array. |
Method | __str__ |
Calculates the string representation. |
Method | copy |
Returns a copy of the masked record. |
Method | harden_mask |
Forces the mask to hard. |
Method | soften_mask |
Forces the mask to soft |
Method | tolist |
Return the data portion of the array as a list. |
Method | view |
Returns a view of the mrecarray. |
Instance Variable | _hardmask |
Undocumented |
Instance Variable | _mask |
Undocumented |
Instance Variable | fill_value |
Undocumented |
Property | _data |
Returns the data as a recarray. |
Property | _fieldmask |
Alias to mask. |
Undocumented
Restore the internal state of the masked array.
This is for pickling. state is typically the output of the __getstate__ output, and is a 5-tuple: