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

Method tzname

tests/test_code/py/pytz/__init__.py:417–418  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

415 return ZERO
416
417 def tzname(self, dt):
418 return None
419
420 def __repr__(self):
421 return 'pytz.FixedOffset(%d)' % self._minutes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected