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

Method utcoffset

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

Source from the content-addressed store, hash-verified

5789 return self.stdname
5790
5791 def utcoffset(self, dt):
5792 return self.stdoffset + self.dst(dt)
5793
5794 def dst(self, dt):
5795 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