HomeSort by relevance Sort by last modified time
    Searched refs:theclass (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 133 # Subclasses must define 'theclass', and theclass(1, 1, 1) must be a
137 me = self.theclass(1, 1, 1)
148 me = self.theclass(1, 1, 1)
168 theclass = timedelta variable in class:TestTimeDelta
538 theclass = date variable in class:TestDate
541 dt = self.theclass(2002, 3, 1)
547 for dt in (self.theclass(1, 2, 3),
548 self.theclass.today()):
557 dt2 = self.theclass(dt.year, dt.month, dt.day
1150 theclass = datetime variable in class:TestDateTime
1690 theclass = time variable in class:TestTime
2156 theclass = time variable in class:TestTimeTZ
2404 theclass = datetime variable in class:TestDateTimeTZ
3083 theclass = datetime variable in class:TestTimezoneConversions
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 133 # Subclasses must define 'theclass', and theclass(1, 1, 1) must be a
137 me = self.theclass(1, 1, 1)
148 me = self.theclass(1, 1, 1)
168 theclass = timedelta variable in class:TestTimeDelta
538 theclass = date variable in class:TestDate
541 dt = self.theclass(2002, 3, 1)
547 for dt in (self.theclass(1, 2, 3),
548 self.theclass.today()):
557 dt2 = self.theclass(dt.year, dt.month, dt.day
1150 theclass = datetime variable in class:TestDateTime
1690 theclass = time variable in class:TestTime
2156 theclass = time variable in class:TestTimeTZ
2404 theclass = datetime variable in class:TestDateTimeTZ
3083 theclass = datetime variable in class:TestTimezoneConversions
    [all...]

Completed in 1094 milliseconds