Lines Matching refs:row_id
54 def __init__(self, row_id):55 self.row_id = row_id59 return list(parameter)[0] == self.row_id63 return 'row with id %s' % self.row_id