MCPcopy Index your code
hub / github.com/RustPython/RustPython / gaps

Method gaps

Lib/test/datetimetester.py:6635–6638  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6633 yield t, -shift
6634
6635 def gaps(self):
6636 for t, shift in self.transitions():
6637 if shift > ZERO:
6638 yield t, shift
6639
6640 def zeros(self):
6641 for t, shift in self.transitions():

Callers 1

test_gapsMethod · 0.80

Calls 1

transitionsMethod · 0.95

Tested by

no test coverage detected