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

  /external/python/cpython2/Lib/test/
test_time.py 54 def _bounds_checking(self, func): member in class:TimeTestCase
112 self._bounds_checking(lambda tup: time.strftime('', tup))
  /external/python/cpython3/Lib/test/
test_time.py 174 def _bounds_checking(self, func): member in class:TimeTestCase
232 self._bounds_checking(lambda tup: time.strftime('', tup))
303 self._bounds_checking(time.asctime)
    [all...]

Completed in 761 milliseconds