1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20
22 raise NotImplementedError("time_string not implemented.")
23
25 raise NotImplementedError("parse_time not implemented.")
26
28 raise NotImplementedError("get_navigation_functions not implemented.")
29
32
35
37 raise NotImplementedError("return the min time for this time type.")
38
40 raise NotImplementedError("return the max time for this time type.")
41
43 raise NotImplementedError("choose_strip not implemented.")
44
46 raise NotImplementedError("get_default_time_period not implemented.")
47
49 raise NotImplementedError("supports_saved_now not implemented.")
50
52 raise NotImplementedError("set_saved_now not implemented.")
53
55 raise NotImplementedError("now not implemented.")
56
58 raise NotImplementedError("get_min_zoom_delta not implemented.")
59
61 raise NotImplementedError("get_name not implemented.")
62
64 raise NotImplementedError("get_duplicate_functions not implemented.")
65
67 raise NotImplementedError("is_special_day not implemented.")
68
70 raise NotImplementedError("is_weekend_day not implemented.")
71