Home | History | Annotate | Download | only in scheduler

Lines Matching refs:ids

1174         ids = [int(match.group(1)) for match in group_matches if match]
1175 if ids:
1176 next_id = max(ids) + 1