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