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

Method folds

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

Source from the content-addressed store, hash-verified

6628 (count, zonename, dt, shift, prev_abbr, abbr))
6629
6630 def folds(self):
6631 for t, shift in self.transitions():
6632 if shift < ZERO:
6633 yield t, -shift
6634
6635 def gaps(self):
6636 for t, shift in self.transitions():

Callers 1

test_foldsMethod · 0.80

Calls 1

transitionsMethod · 0.95

Tested by

no test coverage detected