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

Method send

dns/quic/_sync.py:73–75  ·  view source on GitHub ↗
(self, datagram, is_end=False)

Source from the content-addressed store, hash-verified

71 return self._buffer.get(size)
72
73 def send(self, datagram, is_end=False):
74 data = self._encapsulate(datagram)
75 self._connection.write(self._stream_id, data, is_end)
76
77 def _add_input(self, data, is_end):
78 if self._common_add_input(data, is_end):

Callers 10

quicFunction · 0.45
sendtoMethod · 0.45
_udp_sendFunction · 0.45
_net_writeFunction · 0.45
quicFunction · 0.45
_workerMethod · 0.45
writeMethod · 0.45
send_headersMethod · 0.45
send_dataMethod · 0.45
closeMethod · 0.45

Calls 2

_encapsulateMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected