Ejemplo n.º 1
0
def test_insert():
    n = Splicer().insert_blank_segment_after(Ref("Shabbat 25b:11"))
    n.report()
Ejemplo n.º 2
0
def test_report():
    n = Splicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n.report()
Ejemplo n.º 3
0
def test_report():
    n = Splicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n.report()
Ejemplo n.º 4
0
def test_insert():
    n = Splicer().insert_blank_segment_after(Ref("Shabbat 25b:11"))
    n.report()