Searched refs:_time_units (Results 1 – 1 of 1) sorted by relevance
447 _time_units = { 's' : 1, 'm' : 60, 'h' : 60*60, 'd' : 60*60*24 } variable454 return int(value[:-1]) * _time_units[value[-1]]