MCPcopy 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
68class NullTransport:

Callers 6

_read_exactlyFunction · 0.45
_net_readFunction · 0.45
_readMethod · 0.45
_drain_wakeupMethod · 0.45
_workerMethod · 0.45
wait_for_input_or_eofMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected