Go to the source code of this file.
|
| tuple | task_routine_node.afternoon = (midday, end) |
| |
| tuple | task_routine_node.end = time(17,00, tzinfo=localtz) |
| |
| tuple | task_routine_node.localtz = tzlocal() |
| |
| tuple | task_routine_node.midday = time(12,00, tzinfo=localtz) |
| |
| tuple | task_routine_node.morning = (start, midday) |
| |
| tuple | task_routine_node.routine = task_routine.DailyRoutine(start, end) |
| |
| tuple | task_routine_node.start = time(8,30, tzinfo=localtz) |
| |
| tuple | task_routine_node.task = dummy_task() |
| |
| tuple | task_routine_node.ten = time(10,00, tzinfo=localtz) |
| |