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

Method __init__

Lib/test/datetimetester.py:158–159  ·  view source on GitHub ↗
(self, offset=None, name=None, dstoffset=None)

Source from the content-addressed store, hash-verified

156class PicklableFixedOffset(FixedOffset):
157
158 def __init__(self, offset=None, name=None, dstoffset=None):
159 FixedOffset.__init__(self, offset, name, dstoffset)
160
161class PicklableFixedOffsetWithSlots(PicklableFixedOffset):
162 __slots__ = '_FixedOffset__offset', '_FixedOffset__name', 'spam'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected