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

Method __init__

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

Source from the content-addressed store, hash-verified

151class PicklableFixedOffset(FixedOffset):
152
153 def __init__(self, offset=None, name=None, dstoffset=None):
154 FixedOffset.__init__(self, offset, name, dstoffset)
155
156class PicklableFixedOffsetWithSlots(PicklableFixedOffset):
157 __slots__ = '_FixedOffset__offset', '_FixedOffset__name', 'spam'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected