Searched refs:_time_units (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_optparse.py | 453 _time_units = { 's' : 1, 'm' : 60, 'h' : 60*60, 'd' : 60*60*24 } variable 460 return int(value[:-1]) * _time_units[value[-1]] |
Completed in 3 milliseconds