Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ __str__
Method
__str__
gunicorn/sock.py:36–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
self.sock = self.set_options(sock, bound=bound)
35
36
def
__str__(self):
37
return
"<socket %d>"
% self.sock.fileno()
38
39
def
__getattr__(self, name):
40
return
getattr(self.sock, name)
Callers
nothing calls this directly
Calls
1
fileno
Method · 0.45
Tested by
no test coverage detected