Example #1
0
def test_insert():
    n = SegmentSplicer().insert_blank_segment_after(Ref("Shabbat 25b:11"))
    n.report()
Example #2
0
def test_report():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n.report()
Example #3
0
def test_report():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n.report()
Example #4
0
def test_insert():
    n = SegmentSplicer().insert_blank_segment_after(Ref("Shabbat 25b:11"))
    n.report()