HomeSort by relevance Sort by last modified time
    Searched full:interval_decode (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/util/
dateinterval.py 15 __all__ = ['interval_decode', 'interval_encode']
62 def interval_decode(s): function
66 >>> interval_decode('40s')
68 >>> interval_decode('10000s')
70 >>> interval_decode('3d1w45s')

Completed in 633 milliseconds