Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ gaps
Method
gaps
Lib/test/datetimetester.py:6822–6825 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6820
yield
t, -shift
6821
6822
def
gaps(self):
6823
for
t, shift in self.transitions():
6824
if
shift > ZERO:
6825
yield
t, shift
6826
6827
def
zeros(self):
6828
for
t, shift in self.transitions():
Callers
1
test_gaps
Method · 0.80
Calls
1
transitions
Method · 0.95
Tested by
no test coverage detected