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_storage.py babelsubs(Download)
dfxp.append_subtitle(3000, 4000, "paragraph 2 - B", new_paragraph=False) dfxp.append_subtitle(3000, 4000, "paragraph 2 - C") divs = dfxp._ttml.xpath('/n:tt/n:body/n:div', namespaces={'n': storage.TTML_NAMESPACE_URI}) self.assertEquals(len(divs), 2) self.assertEquals(len(self._paragraphs_in_div(divs[0])), 2)