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 :

Classe « WriteTransport » Python 3.11.3

Méthode asyncio.WriteTransport.write_eof

Signature de la méthode write_eof

def write_eof(self) 

Description

help(WriteTransport.write_eof)

Close the write end after flushing buffered data.

        (This is like typing ^D into a UNIX program reading from stdin.)

        Data may still be received.