ArrayOfErrorCorrectedSuddenData
- class pyarts.arts.ArrayOfErrorCorrectedSuddenData
List of
ErrorCorrectedSuddenData- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.ArrayOfErrorCorrectedSuddenData) -> None
Empty array
__init__(self: pyarts.arts.ArrayOfErrorCorrectedSuddenData, size: int, cval: pyarts.arts.ErrorCorrectedSuddenData) -> None
Sized same-value array
__init__(self: pyarts.arts.ArrayOfErrorCorrectedSuddenData, arr: List[pyarts.arts.ErrorCorrectedSuddenData]) -> None
Array from
list
Methods
__init__(*args, **kwargs)Overloaded function.
append(self, arg0)Appends a
ErrorCorrectedSuddenDataat the end of the arrayclear(self)Empty the array of all values
copy(self)Copy the array
extend(self, arg0)Extend the array by another array
index(self, arg0)Returns the first index of a value
insert(self, arg0, arg1)Insert a value into the array
pop(self[, i])Pops a
ErrorCorrectedSuddenDatafrom the arrayreverse(self)Reverse order of array