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