Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ dst
Method
dst
tests/test_code/py/pytz/__init__.py:414–415 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
412
return
FixedOffset, (self._minutes, )
413
414
def
dst(self, dt):
415
return
ZERO
416
417
def
tzname(self, dt):
418
return
None
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected