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

Méthode asyncio.BufferedProtocol.eof_received

Signature de la méthode eof_received

def eof_received(self) 

Description

help(BufferedProtocol.eof_received)

Called when the other end calls write_eof() or equivalent.

        If this returns a false value (including None), the transport
        will close itself.  If it returns a true value, closing the
        transport is up to the protocol.