コード例 #1
0
ファイル: test_build.py プロジェクト: NathanaelA/calibre
 def test_spell(self):
     from calibre.spell.dictionary import test_dictionaries
     test_dictionaries()
コード例 #2
0
ファイル: test_build.py プロジェクト: felixb93/calibre
def test_spell():
    from calibre.spell.dictionary import test_dictionaries
    test_dictionaries()
    print ('hunspell OK!')
コード例 #3
0
def test_spell():
    from calibre.spell.dictionary import test_dictionaries
    test_dictionaries()
    fprint('hunspell OK!')
コード例 #4
0
 def test_spell(self):
     from calibre.spell.dictionary import test_dictionaries
     test_dictionaries()