Searched refs:checkinside (Results 1 - 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
H A D | test_datetime.py | 3088 def checkinside(self, dt, tz, utc, dston, dstoff): member in class:TestTimezoneConversions 3165 self.checkinside(dston, tz, utc, dston, dstoff) 3167 self.checkinside(during, tz, utc, dston, dstoff)
|
/external/python/cpython3/Lib/test/ |
H A D | datetimetester.py | 3738 def checkinside(self, dt, tz, utc, dston, dstoff): member in class:TestTimezoneConversions 3815 self.checkinside(dston, tz, utc, dston, dstoff) 3817 self.checkinside(during, tz, utc, dston, dstoff)
|
Completed in 120 milliseconds