Пример #1
0
def clearHistory():
    if not readlineAvailable():
        return

    readline.clear_history()
Пример #2
0
def clearHistory():
    if not readlineAvailable():
        return

    readline.clear_history()