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

Method utcoffset

Doc/includes/tzinfo_examples.py:130–131  ·  view source on GitHub ↗
(self, when)

Source from the content-addressed store, hash-verified

128 return self.stdname
129
130 def utcoffset(self, when):
131 return self.stdoffset + self.dst(when)
132
133 def dst(self, when):
134 if when is None or when.tzinfo is None:

Callers

nothing calls this directly

Calls 1

dstMethod · 0.95

Tested by

no test coverage detected