Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ testGetItem
Method
testGetItem
tests/test_rrule.py:2460–2464 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2458
[])
2459
2460
def
testGetItem(self):
2461
self.assertEqual(rrule(DAILY,
2462
count=3,
2463
dtstart=datetime(1997, 9, 2, 9, 0))[0],
2464
datetime(1997, 9, 2, 9, 0))
2465
2466
def
testGetItemNeg(self):
2467
self.assertEqual(rrule(DAILY,
Callers
nothing calls this directly
Calls
1
rrule
Class · 0.90
Tested by
no test coverage detected