Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ zeros
Method
zeros
Lib/test/datetimetester.py:6827–6830 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6825
yield
t, shift
6826
6827
def
zeros(self):
6828
for
t, shift in self.transitions():
6829
if
not shift:
6830
yield
t
6831
6832
6833
class
ZoneInfoTest(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
transitions
Method · 0.95
Tested by
no test coverage detected