MCPcopy
hub / github.com/csev/py4e / text

Method text

lectures/srt-split/pysrt/srtfile.py:140–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138
139 @property
140 def text(self):
141 return '\n'.join(i.text for i in self)
142
143 @classmethod
144 def open(cls, path='', encoding=None, error_handling=ERROR_PASS):

Callers 15

foundation.min.jsFile · 0.80
foundation.jsFile · 0.80
foundation.min.jsFile · 0.80
fFunction · 0.80
jquery-ui.min.jsFile · 0.80
jquery.min.jsFile · 0.80
foundation.min.jsFile · 0.80
fFunction · 0.80
jquery-ui.min.jsFile · 0.80
jquery.min.jsFile · 0.80
foundation.min.jsFile · 0.80
fFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected