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.buffer_updated

Signature de la méthode buffer_updated

def buffer_updated(self, nbytes) 

Description

help(BufferedProtocol.buffer_updated)

Called when the buffer was updated with the received data.

        *nbytes* is the total number of bytes that were written to
        the buffer.