Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ testCount
Method
testCount
tests/test_rrule.py:2493–2497 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2491
datetime(1997, 9, 2, 9, 0)])
2492
2493
def
testCount(self):
2494
self.assertEqual(rrule(DAILY,
2495
count=3,
2496
dtstart=datetime(1997, 9, 2, 9, 0)).count(),
2497
3)
2498
2499
def
testCountZero(self):
2500
self.assertEqual(rrule(YEARLY,
Callers
nothing calls this directly
Calls
2
rrule
Class · 0.90
count
Method · 0.80
Tested by
no test coverage detected