Ejemplo n.º 1
0
def clearHistory():
    if not readlineAvailable():
        return

    readline.clear_history()
Ejemplo n.º 2
0
def clearHistory():
    if not readlineAvailable():
        return

    readline.clear_history()