コード例 #1
0
ファイル: splice_test.py プロジェクト: dimidd/PSHAT
def test_insert():
    n = SegmentSplicer().insert_blank_segment_after(Ref("Shabbat 25b:11"))
    n.report()
コード例 #2
0
def test_report():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n.report()
コード例 #3
0
ファイル: splice_test.py プロジェクト: dimidd/PSHAT
def test_report():
    n = SegmentSplicer().splice_next_into_this(Ref("Shabbat 25b:11"))
    n.report()
コード例 #4
0
def test_insert():
    n = SegmentSplicer().insert_blank_segment_after(Ref("Shabbat 25b:11"))
    n.report()