TupleVariation
TupleVariation
Összefoglaló
TupleVariation egy osztály a FOSS-ban Pythonhoz.
TupleVariation.peak_coords holds the axis coordinate values that define the variation peak.
A tulajdonságok: deltas, end_coords, peak_coords, points, start_coords.
A tulajdonságok
| A neve: | A típus: | Hozzáférés | Leírás |
|---|---|---|---|
peak_coords | dict[str, float] | Olvasás/írás | Megkapja vagy beállítja a csúcsszórákat. |
start_coords | `dict[str, float] | None` | Olvasás/írás |
end_coords | `dict[str, float] | None` | Olvasás/írás |
points | `list[int] | None` | Olvasás/írás |
deltas | list[tuple[int, int]] | Olvasás/írás | Megkapja vagy beállítja a delta-kat. |