Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rthalley/dnspython
/ recv
Method
recv
dns/_asyncbackend.py:64–65 ·
view source on GitHub ↗
(self, size, timeout)
Source
from the content-addressed store, hash-verified
62
raise
NotImplementedError
63
64
async
def
recv(self, size, timeout):
65
raise
NotImplementedError
66
67
68
class
NullTransport:
Callers
6
_read_exactly
Function · 0.45
_net_read
Function · 0.45
_read
Method · 0.45
_drain_wakeup
Method · 0.45
_worker
Method · 0.45
wait_for_input_or_eof
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected