Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/b/a/babelsubs-HEAD/babelsubs/tests/test_diffing.py babelsubs(Download)
from unittest2 import TestCase from babelsubs.storage import SubtitleSet, SubtitleLine, diff, calc_changes class DiffingTest(TestCase): def test_empty_subs(self):
def empty_line(self): return SubtitleLine(None, None, None, None) def test_one_set_empty(self): set_1 = SubtitleSet.from_list('en', [