コード例 #1
0
ファイル: __init__.py プロジェクト: FlickDUB/pyenchant
def get_enchant_version():
    """Get the version string for the underlying enchant library."""
    return _e.get_version().decode()
コード例 #2
0
ファイル: __init__.py プロジェクト: DKaman/pyenchant
def get_enchant_version():
    """Get the version string for the underlying enchant library."""
    return _e.get_version()