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_json.py babelsubs(Download)
def test_basic(self): subs = utils.get_subs("simple.srt") self.assertEquals(len(subs), 19) json_subs = JSONGenerator.generate(subs.to_internal())