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

Méthode asyncio.AbstractServer.start_serving

Signature de la méthode start_serving

def start_serving(self) 

Description

help(AbstractServer.start_serving)

Start accepting connections.

        This method is idempotent, so it can be called when
        the server is already being serving.