Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
def
_wait_for_readable(s, expiration):
245
_wait_for(s, True, False, True, expiration)
246
247
248
def
_wait_for_writable(s, expiration):
Callers
4
_udp_recv
Function · 0.85
_net_read
Function · 0.85
_net_write
Function · 0.85
_tls_handshake
Function · 0.85
Calls
1
_wait_for
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…