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

Class PicklableFixedOffset

Lib/test/datetimetester.py:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 return self.__dstoffset
155
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 4

test_picklingMethod · 0.85
test_compat_unpickleMethod · 0.85
test_picklingMethod · 0.85
test_compat_unpickleMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_picklingMethod · 0.68
test_compat_unpickleMethod · 0.68
test_picklingMethod · 0.68
test_compat_unpickleMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…