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