Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sockets
Method · 0.45
__enter__
Method · 0.45
serve_tcp
Method · 0.45
testUDPReceiveQuery
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
2
testUDPReceiveQuery
Method · 0.36
run
Method · 0.36