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 « fileinput » Python 3.11.3

Fonction input - module fileinput

Signature de la fonction input

def input(files=None, inplace=False, backup='', *, mode='r', openhook=None, encoding=None, errors=None) 

Description

help(fileinput.input)

Return an instance of the FileInput class, which can be iterated.

    The parameters are passed to the constructor of the FileInput class.
    The returned instance, in addition to being an iterator,
    keeps global state for the functions of this module,.