Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ zeros
Method
zeros
Lib/test/datetimetester.py:6640–6643 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6638
yield
t, shift
6639
6640
def
zeros(self):
6641
for
t, shift in self.transitions():
6642
if
not shift:
6643
yield
t
6644
6645
6646
class
ZoneInfoTest(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
transitions
Method · 0.95
Tested by
no test coverage detected