Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ getsockname
Method
getsockname
tests/test_gthread.py:53–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
self.closed = True
52
53
def
getsockname(self):
54
return
(
'127.0.0.1'
, 8000)
55
56
def
getpeername(self):
57
return
(
'127.0.0.1'
, 12345)
Callers
10
__str__
Method · 0.45
__str__
Method · 0.45
create_sockets
Function · 0.45
close_sockets
Function · 0.45
handle_request
Method · 0.45
accept
Method · 0.45
handle
Method · 0.45
handle_http2
Method · 0.45
find_free_port
Function · 0.45
find_free_port
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected