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

Method testMultiZoneStartOffset

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

Source from the content-addressed store, hash-verified

1929 self._testMultizone(start=False, test_type='name')
1930
1931 def testMultiZoneStartOffset(self):
1932 self._testMultizone(start=True, test_type='offset')
1933
1934 def testMultiZoneEndOffset(self):
1935 self._testMultizone(start=False, test_type='offset')

Callers

nothing calls this directly

Calls 1

_testMultizoneMethod · 0.95

Tested by

no test coverage detected