Esempio n. 1
0
 def source_start_time_time_code(self) -> str:
     return util.seconds_to_time_code(self.source_start_time)
Esempio n. 2
0
 def duration_time_code(self) -> str:
     return util.seconds_to_time_code(self.duration)
Esempio n. 3
0
def test_seconds_to_time_code(seconds, expected_time_code):
    assert util.seconds_to_time_code(seconds) == expected_time_code