示例#1
0
def get_enchant_version():
    """Get the version string for the underlying enchant library."""
    return _e.get_version().decode()
示例#2
0
def get_enchant_version():
    """Get the version string for the underlying enchant library."""
    return _e.get_version()