예제 #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)