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