from typing import Any

poll: Any
select: Any
HAS_IPV6: bool

def is_connection_dropped(conn): ...
def create_connection(address, timeout=..., source_address=None, socket_options=None): ...
