9 lines
190 B
Python
9 lines
190 B
Python
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): ...
|