Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/b/a/babelsubs-HEAD/babelsubs/tests/test_webvtt.py babelsubs(Download)
srt_ouput = unicode(WEBVTTGenerator(parsed1)) subs2 = WEBVTTParser(srt_ouput, 'en') parsed2 = subs2.to_internal() self.assertEquals(len(subs1), len(subs2))