Lines Matching refs:toc
31 def tochash(toc): argument
32 if type(toc) == type(''):
34 for i in range(2, len(toc), 4):
36 (int(toc[i:i+2]),
37 int(toc[i+2:i+4]))))
39 tracklist = toc
104 if not self.toc:
105 self.toc = value
106 if self.toc != value:
144 self.toc = ''
170 self.toc = string.zfill(ntracks, 2)
173 self.toc = self.toc + string.zfill(length[0], 2) + \
189 f.write('album.toc:\t' + self.toc + '\n')