Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « curses » Python 3.11.3

Fonction flushinp - module curses

Signature de la fonction flushinp

def flushinp() 

Description

help(curses.flushinp)

Flush all input buffers.

This throws away any typeahead that has been typed by the user and has not
yet been processed by the program.