MCPcopy Create free account
hub / github.com/dateutil/dateutil / testMultiZoneEndOffset

Method testMultiZoneEndOffset

tests/test_tz.py:1934–1935  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1932 self._testMultizone(start=True, test_type='offset')
1933
1934 def testMultiZoneEndOffset(self):
1935 self._testMultizone(start=False, test_type='offset')
1936
1937 def testMultiZoneStartDST(self):
1938 self._testMultizone(start=True, test_type='dst')

Callers

nothing calls this directly

Calls 1

_testMultizoneMethod · 0.95

Tested by

no test coverage detected