Ejemplo n.º 1
0
Archivo: test_hpy.py Proyecto: nirs/hpy
def to_hebrew(s):
    return hpy.translateString(s, hpy.hebrewString)
Ejemplo n.º 2
0
Archivo: test_hpy.py Proyecto: nirs/hpy
def to_python(s):
    return hpy.translateString(s, hpy.pythonString)