Package Subtitles :: Module SubRip :: Class SubRip
[hide private]
[frames] | no frames]

Class SubRip

source code


This class handles the SubRip subtitle format

Instance Methods [hide private]
 
__init__(self, filename)
Initialize all the attributes needed to handle all types of subtitle formats as well as their manipulation
source code
 
subSave(self, FN, format) source code
 
_subTime2SRTtime(self, time) source code
 
_subSRTLoadFromString(self, DATA) source code

Inherited from Subtitles.Subtitles: getSub, getSupportedTypes, subAdd, subDel, subUpdate, updateKeys, updateText

Method Details [hide private]

__init__(self, filename)
(Constructor)

source code 

Initialize all the attributes needed to handle all types of subtitle formats as well as their manipulation

Overrides: Subtitles.Subtitles.__init__
(inherited documentation)