MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __repr__

Method __repr__

tests/test_code/py/pytz/__init__.py:420–421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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'''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected