(self)
| 418 | return None |
| 419 | |
| 420 | def __repr__(self): |
| 421 | return 'pytz.FixedOffset(%d)' % self._minutes |
| 422 | |
| 423 | def localize(self, dt, is_dst=False): |
| 424 | '''Convert naive time to local time''' |
nothing calls this directly
no outgoing calls
no test coverage detected