Schedule.insert¶
- Schedule.insert(start_time, schedule, name=None)[source]¶
Return a new schedule with
schedule
inserted intoself
atstart_time
.- Parameters
start_time (
int
) – Time to insert the schedule.schedule (
ScheduleComponent
) – Schedule to insert.name (
Optional
[str
]) – Name of the new schedule. Defaults to the name of self.
- Return type