MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __reduce__

Method __reduce__

tests/test_code/py/pytz/tzinfo.py:150–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 return '<StaticTzInfo %r>' % (self.zone,)
149
150 def __reduce__(self):
151 # Special pickle to zone remains a singleton and to cope with
152 # database changes.
153 return pytz._p, (self.zone,)
154
155
156class DstTzInfo(BaseTzInfo):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected