Exemple #1
0
def clearHistory():
    if not readlineAvailable():
        return

    readline.clear_history()
Exemple #2
0
def clearHistory():
    if not readlineAvailable():
        return

    readline.clear_history()