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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_optparse.py 446 _time_units = { 's' : 1, 'm' : 60, 'h' : 60*60, 'd' : 60*60*24 } variable
453 return int(value[:-1]) * _time_units[value[-1]]
    [all...]
  /external/python/cpython2/Lib/test/
test_optparse.py 447 _time_units = { 's' : 1, 'm' : 60, 'h' : 60*60, 'd' : 60*60*24 } variable
454 return int(value[:-1]) * _time_units[value[-1]]
    [all...]
  /external/python/cpython3/Lib/test/
test_optparse.py 452 _time_units = { 's' : 1, 'm' : 60, 'h' : 60*60, 'd' : 60*60*24 } variable
459 return int(value[:-1]) * _time_units[value[-1]]
    [all...]

Completed in 123 milliseconds