Description
examples py:
TPut put = TPut()
m1 = TMutation(put=put)
TDelete single_delete = TDelete()
m2 = TMutation(singleDelete=single_delete)
row_mu = TRowMutations(row,[m1,m2])
thbase_service.mutateRow(table,row_mu) # atomically on a single row