Esempio n. 1
0
def app_proc(id, text):
    return ct.app_proc(id, to_str(text))
Esempio n. 2
0
def app_proc(id, text):
    return ct.app_proc(id, text)    
Esempio n. 3
0
def app_proc(id, val):
    return ct.app_proc(id, to_str(val))
Esempio n. 4
0
def app_proc(id, text):
    return ct.app_proc(id, text)
Esempio n. 5
0
def app_proc(id, text):
    return ct.app_proc(id, to_str(text))