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

Signature de la méthode get_write_buffer_limits

def get_write_buffer_limits(self) 

Description

help(WriteTransport.get_write_buffer_limits)

Get the high and low watermarks for write flow control.
        Return a tuple (low, high) where low and high are
        positive number of bytes.