Beispiel #1
0
def to_hebrew(s):
    return hpy.translateString(s, hpy.hebrewString)
Beispiel #2
0
def to_python(s):
    return hpy.translateString(s, hpy.pythonString)