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

Method getsockname

dns/_asyncbackend.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 raise NotImplementedError
38
39 async def getsockname(self):
40 raise NotImplementedError
41
42 async def getpeercert(self, timeout):
43 raise NotImplementedError

Callers 6

open_socketsMethod · 0.45
__enter__Method · 0.45
serve_tcpMethod · 0.45
testUDPReceiveQueryMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 2

testUDPReceiveQueryMethod · 0.36
runMethod · 0.36