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