Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ wait_for_socket
Function
wait_for_socket
test/with_dummyserver/test_connectionpool.py:41–43 ·
view source on GitHub ↗
(ready_event: Event)
Source
from the content-addressed store, hash-verified
39
40
41
def
wait_for_socket(ready_event: Event) -> None:
42
ready_event.wait()
43
ready_event.clear()
44
45
46
class
TestConnectionPoolTimeouts(SocketDummyServerTestCase):
Callers
3
test_timeout_float
Method · 0.70
test_timeout
Method · 0.70
test_total_timeout
Method · 0.70
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected