MCPcopy Index your code
hub / github.com/python/cpython / dst

Method dst

Lib/test/datetimetester.py:153–154  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

151 def tzname(self, dt):
152 return self.__name
153 def dst(self, dt):
154 return self.__dstoffset
155
156class PicklableFixedOffset(FixedOffset):
157

Callers 1

test_normalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected