(self, val)
| 1698 | self.unit = self.type['unit_'] |
| 1699 | |
| 1700 | def _format_value(self, val): |
| 1701 | return format_timestamp(val, self.unit) |
| 1702 | |
| 1703 | |
| 1704 | class MonthIntervalArrayDataPrinter(NumericArrayDataPrinter): |
nothing calls this directly
no test coverage detected