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 forAddMaxRows(max_rows=1)
.
from tmlt.analytics import AddOneRow
Bases: AddMaxRows
Protects the addition or removal of a single row.
AddOneRow()
is a shorthand for AddMaxRows(max_rows=1)
.