Home
last modified time | relevance | path

Searched refs:appendtrack (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-irix6/
Dreadcd.doc35 appendtrack(track) -- Append the specified track to the list of music
80 appendtrack(track)
82 The next method is "appendtrack(track)" with which a whole track can be
83 added to the list of music to be played. "appendtrack(track)" is
Dreadcd.py79 def appendtrack(self, track): member in Readcd
124 self.appendtrack(track)
198 self.appendtrack(i)
/external/python/cpython2/Lib/plat-irix5/
Dreadcd.doc35 appendtrack(track) -- Append the specified track to the list of music
80 appendtrack(track)
82 The next method is "appendtrack(track)" with which a whole track can be
83 added to the list of music to be played. "appendtrack(track)" is
Dreadcd.py79 def appendtrack(self, track): member in Readcd
124 self.appendtrack(track)
198 self.appendtrack(i)