Exemplo n.º 1
0
Arquivo: test_hpy.py Projeto: nirs/hpy
def to_hebrew(s):
    return hpy.translateString(s, hpy.hebrewString)
Exemplo n.º 2
0
Arquivo: test_hpy.py Projeto: nirs/hpy
def to_python(s):
    return hpy.translateString(s, hpy.pythonString)