AddOneRow#

from tmlt.analytics import AddOneRow
class tmlt.analytics.AddOneRow#

Bases: AddMaxRows

Protects the addition or removal of a single row.

AddOneRow() is a shorthand for AddMaxRows(max_rows=1).

max_rows: int = 1#

The maximum number of rows that may be added or removed.