Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ __aexit__
Method
__aexit__
sdk/python/src/dagger/client/_session.py:185–186 ·
view source on GitHub ↗
(self, *_)
Source
from the content-addressed store, hash-verified
183
return
await self.connect()
184
185
async
def
__aexit__(self, *_) -> None:
186
await self.close()
187
188
189
class
SingleConnection(BaseConnection):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected