MCPcopy
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
41def wait_for_socket(ready_event: Event) -> None:
42 ready_event.wait()
43 ready_event.clear()
44
45
46class TestConnectionPoolTimeouts(SocketDummyServerTestCase):

Callers 3

test_timeout_floatMethod · 0.70
test_timeoutMethod · 0.70
test_total_timeoutMethod · 0.70

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected