MCPcopy 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
6646class ZoneInfoTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

transitionsMethod · 0.95

Tested by

no test coverage detected