Utils
qseek.utils._Range
Bases: NamedTuple
Methods:
Name | Description |
---|---|
from_list |
Create a Range object from a numpy array. |
inside |
Check if a value is inside the range. |
width |
Calculate the width of the range. |
from_list
classmethod
Create a Range object from a numpy array.
- array: numpy.ndarray The array from which to create the Range object.
Returns: - _Range: The created Range object.