TupleVariation
TupleVariation
General
TupleVariation és una classe en FOSS per Python.
TupleVariation.peak_coords holds the axis coordinate values that define the variation peak.
Propietats: deltas, end_coords, peak_coords, points, start_coords.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
peak_coords | dict[str, float] | Llegir/Escriure | Obté o fixa les cordes de pic. |
start_coords | `dict[str, float] | None` | Llegir/Escriure |
end_coords | `dict[str, float] | None` | Llegir/Escriure |
points | `list[int] | None` | Llegir/Escriure |
deltas | list[tuple[int, int]] | Llegir/Escriure | Obté o fixa els deltas. |