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

Method make_socket

dns/_asyncbackend.py:77–88  ·  view source on GitHub ↗
(
        self,
        af,
        socktype,
        proto=0,
        source=None,
        destination=None,
        timeout=None,
        ssl_context=None,
        server_hostname=None,
    )

Source from the content-addressed store, hash-verified

75 return "unknown"
76
77 async def make_socket(
78 self,
79 af,
80 socktype,
81 proto=0,
82 source=None,
83 destination=None,
84 timeout=None,
85 ssl_context=None,
86 server_hostname=None,
87 ):
88 raise NotImplementedError
89
90 def datagram_connection_required(self):
91 return False

Callers 9

ddr_tls_check_asyncMethod · 0.45
udpFunction · 0.45
tcpFunction · 0.45
tlsFunction · 0.45
inbound_xfrFunction · 0.45
_receiverMethod · 0.45
runMethod · 0.45
arunMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 3

runMethod · 0.36
arunMethod · 0.36
runMethod · 0.36