Home | History | Annotate | Download | only in scheduler

Lines Matching refs:row_id

54     def __init__(self, row_id):
55 self.row_id = row_id
59 return list(parameter)[0] == self.row_id
63 return 'row with id %s' % self.row_id