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

Méthode asyncio.DatagramTransport.sendto

Signature de la méthode sendto

def sendto(self, data, addr=None) 

Description

help(DatagramTransport.sendto)

Send data to the transport.

        This does not block; it buffers the data and arranges for it
        to be sent out asynchronously.
        addr is target socket address.
        If addr is None use target address pointed on transport creation.