예제 #1
0
def input_obj():
    obj = Input()
    obj.reset_completion()
    obj.resize = lambda: None
    obj.rewrite_text = lambda: None
    obj.refresh = lambda: None
    return obj
예제 #2
0
def input_obj():
    obj = Input()
    obj.reset_completion()
    obj.resize = lambda: None
    obj.rewrite_text = lambda: None
    obj.refresh = lambda: None
    return obj
예제 #3
0
def input():
    input = Input()
    input.rewrite_text = lambda: None
    return input
예제 #4
0
def input():
    input = Input()
    input.rewrite_text = lambda: None
    return input