MCPcopy Create free account
hub / github.com/rthalley/dnspython / _wait_for_writable

Function _wait_for_writable

dns/query.py:248–249  ·  view source on GitHub ↗
(s, expiration)

Source from the content-addressed store, hash-verified

246
247
248def _wait_for_writable(s, expiration):
249 _wait_for(s, False, True, True, expiration)
250
251
252def _addresses_equal(af, a1, a2):

Callers 5

_udp_sendFunction · 0.85
_net_readFunction · 0.85
_net_writeFunction · 0.85
_connectFunction · 0.85
_tls_handshakeFunction · 0.85

Calls 1

_wait_forFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…