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
31 raise NotImplementedError("is_date_time_type not implemented.")
32
35
38
40 raise NotImplementedError("return the min time for this time type.")
41
43 raise NotImplementedError("return the max time for this time type.")
44
46 raise NotImplementedError("choose_strip not implemented.")
47
49 raise NotImplementedError("mult_timedelta not implemented.")
50
52 raise NotImplementedError("get_default_time_period not implemented.")
53
55 raise NotImplementedError("now not implemented.")
56
58 """Return the time at pixel `x`."""
59 raise NotImplementedError("get_time_for_x not implemented.")
60
62 raise NotImplementedError("div_timedeltas not implemented.")
63
65 raise NotImplementedError("get_max_zoom_delta not implemented.")
66
68 raise NotImplementedError("get_max_zoom_delta not implemented.")
69
71 raise NotImplementedError("get_zero_delta not implemented.")
72
74 raise NotImplementedError("time_period_has_nonzero_time not implemented.")
75
77 raise NotImplementedError("get_name not implemented.")
78
80 raise NotImplementedError("get_duplicate_functions not implemented.")
81
83 raise NotImplementedError("half_delta not implemented.")
84
86 raise NotImplementedError("margin_delta not implemented.")
87
89 raise NotImplementedError("eventtimes_equals not implemented.")
90
92 raise NotImplementedError("eventtimes_equals not implemented.")
93
95 raise NotImplementedError("eventtimes_equals not implemented.")
96
98 raise NotImplementedError("adjust_for_zero_year not implemented.")
99