Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
def
_wait_for_writable(s, expiration):
249
_wait_for(s, False, True, True, expiration)
250
251
252
def
_addresses_equal(af, a1, a2):
Callers
5
_udp_send
Function · 0.85
_net_read
Function · 0.85
_net_write
Function · 0.85
_connect
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…