MCPcopy 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_ipMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected