Return how many days a unit of the locator is; used for intelligent autoscaling.
(self)
| 1106 | return num2date(vmin, self.tz), num2date(vmax, self.tz) |
| 1107 | |
| 1108 | def _get_unit(self): |
| 1109 | """ |
| 1110 | Return how many days a unit of the locator is; used for |
| 1111 | intelligent autoscaling. |
| 1112 | """ |
| 1113 | return 1 |
| 1114 | |
| 1115 | def _get_interval(self): |
| 1116 | """ |
no outgoing calls
no test coverage detected