(self)
| 2745 | ), rrule), True) |
| 2746 | |
| 2747 | def testStrForceSetType(self): |
| 2748 | self.assertEqual(isinstance(rrulestr( |
| 2749 | "DTSTART:19970902T090000\n" |
| 2750 | "RRULE:FREQ=YEARLY;COUNT=3\n" |
| 2751 | , forceset=True), rruleset), True) |
| 2752 | |
| 2753 | def testStrSetType(self): |
| 2754 | self.assertEqual(isinstance(rrulestr( |
nothing calls this directly
no outgoing calls
no test coverage detected