Exemple #1
0
 def seconds(self):
     """Total length in seconds"""
     if self.sectors is None:
         return None
     else:
         return _sectors_to_seconds(self.sectors)
Exemple #2
0
 def seconds(self):
     """Track length in seconds"""
     return _sectors_to_seconds(self.sectors)
Exemple #3
0
 def seconds(self):
     """Track length in seconds"""
     return _sectors_to_seconds(self.sectors)
Exemple #4
0
 def seconds(self):
     """Total length in seconds"""
     if self.sectors is None:
         return None
     else:
         return _sectors_to_seconds(self.sectors)