Searched refs:period_to_seconds (Results 1 – 3 of 3) sorted by relevance
21 from util import period_to_seconds76 self.assertEqual(period_to_seconds(ts), expected)
87 vals = [util.period_to_seconds(x) for x in vals]
293 def period_to_seconds(s: str) -> float: function