Home
last modified time | relevance | path

Searched refs:period_to_seconds (Results 1 – 3 of 3) sorted by relevance

/build/bazel/scripts/incremental_build/
Dutil_test.py21 from util import period_to_seconds
76 self.assertEqual(period_to_seconds(ts), expected)
Dpretty.py87 vals = [util.period_to_seconds(x) for x in vals]
Dutil.py293 def period_to_seconds(s: str) -> float: function