示例#1
0
文件: test_hpy.py 项目: nirs/hpy
def to_hebrew(s):
    return hpy.translateString(s, hpy.hebrewString)
示例#2
0
文件: test_hpy.py 项目: nirs/hpy
def to_python(s):
    return hpy.translateString(s, hpy.pythonString)