more precise description of `times_in_range`
This commit is contained in:
parent
f88ac18c8a
commit
13d0f3ae8a
|
@ -285,14 +285,14 @@ class Result:
|
||||||
start: float = None,
|
start: float = None,
|
||||||
end: float = None) -> Sequence[float]:
|
end: float = None) -> Sequence[float]:
|
||||||
"""
|
"""
|
||||||
Get all increments within a given time range.
|
Get times of all increments within a given time range.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
start : float, optional
|
start : float, optional
|
||||||
Time of start increment. Defaults to first.
|
Time of start increment. Defaults to time of first.
|
||||||
end : float, optional
|
end : float, optional
|
||||||
Time of end increment. Defaults to last.
|
Time of end increment. Defaults to time of last.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue