(self, year)
| 454 | self.get_trans_info_fromutc = self._get_trans_info_fromutc |
| 455 | |
| 456 | def transitions(self, year): |
| 457 | start = self.start.year_to_epoch(year) |
| 458 | end = self.end.year_to_epoch(year) |
| 459 | return start, end |
| 460 | |
| 461 | def _get_trans_info(self, ts, year, fold): |
| 462 | """Get the information about the current transition - tti""" |
no test coverage detected