Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ getsockname
Method
getsockname
test/mock_server_and_request.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
return
IO(b
"GET / HTTP/1.0"
)
14
15
def
getsockname(self):
16
return
'/'
17
18
def
sendall(self, *args):
19
pass
Callers
2
_net_interface_ip
Method · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected