예제 #1
0
def app_proc(id, text):
    return ct.app_proc(id, to_str(text))
예제 #2
0
def app_proc(id, text):
    return ct.app_proc(id, text)    
예제 #3
0
파일: cudatext.py 프로젝트: OlehL/CudaText
def app_proc(id, val):
    return ct.app_proc(id, to_str(val))
예제 #4
0
def app_proc(id, text):
    return ct.app_proc(id, text)
예제 #5
0
파일: cudatext.py 프로젝트: heX16/CudaText
def app_proc(id, text):
    return ct.app_proc(id, to_str(text))