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