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

Method sendto

tests/test_query.py:703–704  ·  view source on GitHub ↗
(self, data, where)

Source from the content-addressed store, hash-verified

701 self.family = socket.AF_INET
702
703 def sendto(self, data, where):
704 return len(data)
705
706
707class IgnoreErrors(unittest.TestCase):

Callers 4

serve_udpMethod · 0.45
runMethod · 0.45
runMethod · 0.45
receive_notify.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected