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

Function _wait_for_readable

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

Source from the content-addressed store, hash-verified

242
243
244def _wait_for_readable(s, expiration):
245 _wait_for(s, True, False, True, expiration)
246
247
248def _wait_for_writable(s, expiration):

Callers 4

_udp_recvFunction · 0.85
_net_readFunction · 0.85
_net_writeFunction · 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…