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

Method __reduce__

tests/test_code/py/pytz/__init__.py:411–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

409 return self._offset
410
411 def __reduce__(self):
412 return FixedOffset, (self._minutes, )
413
414 def dst(self, dt):
415 return ZERO

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected