massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / requests / requests / packages / urllib3 / util / connection.pyi
1 from typing import Any
2
3 poll: Any
4 select: Any
5 HAS_IPV6: bool
6
7 def is_connection_dropped(conn): ...
8 def create_connection(address, timeout=..., source_address=..., socket_options=...): ...