Home | History | Annotate | Download | only in scheduler

Lines Matching refs:new_record

186     def __init__(self, id=None, row=None, new_record=False, always_query=True):
192 if not new_record:
203 self.__new_record = new_record
501 clone = cls(row=new_row, new_record=True)
544 block = IneligibleHostQueue(row=row, new_record=True)