Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ close
Method
close
sdk/python/src/dagger/client/_session.py:172–173 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
170
return
self
171
172
async
def
close(self) -> None:
173
await self.session.close()
174
175
async
def
aclose(self) -> None:
176
await self.close()
Callers
2
aclose
Method · 0.95
__aexit__
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected