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

Method utcoffset

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

Source from the content-addressed store, hash-verified

6220 return self.stdname
6221
6222 def utcoffset(self, dt):
6223 return self.stdoffset + self.dst(dt)
6224
6225 def dst(self, dt):
6226 if dt is None or dt.tzinfo is None:

Callers

nothing calls this directly

Calls 1

dstMethod · 0.95

Tested by

no test coverage detected