Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ __reduce__
Method
__reduce__
tests/test_code/py/pytz/__init__.py:239–240 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
237
return
ZERO
238
239
def
__reduce__(self):
240
return
_UTC, ()
241
242
def
localize(self, dt, is_dst=False):
243
''
'Convert naive time to local time'
''
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected