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

    readline.clear_history()
예제 #2
0
파일: shell.py 프로젝트: Ekultek/whitewidow
def clearHistory():
    if not readlineAvailable():
        return

    readline.clear_history()