Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ __enter__
Method
__enter__
gunicorn/ctl/client.py:106–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
return
response.get(
"data"
, {})
105
106
def
__enter__(self):
107
self.connect()
108
return
self
109
110
def
__exit__(self, *args):
111
self.close()
Callers
nothing calls this directly
Calls
1
connect
Method · 0.95
Tested by
no test coverage detected