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

Class PicklableFixedOffset

Lib/test/datetimetester.py:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 return self.__dstoffset
150
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 4

test_picklingMethod · 0.70
test_compat_unpickleMethod · 0.70
test_picklingMethod · 0.70
test_compat_unpickleMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_picklingMethod · 0.56
test_compat_unpickleMethod · 0.56
test_picklingMethod · 0.56
test_compat_unpickleMethod · 0.56