Python logo

Table of Contents

  • socket — Low-level networking interface
    • Socket families
    • Module contents
      • Exceptions
      • Constants
      • Functions
        • Creating sockets
        • Other functions
    • Socket Objects
    • Notes on socket timeouts
      • Timeouts and the connect method
      • Timeouts and the accept method
    • Example

Previous topic

Developing with asyncio

Next topic

ssl — TLS/SSL wrapper for socket objects