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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé
Classe « socket » Python 3.13.2

Méthode ssl.socket.share

Signature de la méthode share

Description

help(socket.share)

share(process_id) -> bytes

Share the socket with another process.  The target process id
must be provided and the resulting bytes object passed to the target
process.  There the shared socket can be instantiated by calling
socket.fromshare().


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé