MCPcopy Index your code
hub / github.com/RustPython/RustPython / dst

Method dst

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

Source from the content-addressed store, hash-verified

146 def tzname(self, dt):
147 return self.__name
148 def dst(self, dt):
149 return self.__dstoffset
150
151class PicklableFixedOffset(FixedOffset):
152

Callers 1

test_normalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected