Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ __exit__
Method
__exit__
sdk/python/src/dagger/provisioning/_session.py:145–146 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
143
return
self
144
145
def
__exit__(self, exc_type, exc_value, traceback):
146
self.proc.__exit__(exc_type, exc_value, traceback)
147
148
149
def
_build_session_args(cfg: Config, path: str) -> list[str]:
Callers
nothing calls this directly
Calls
1
__exit__
Method · 0.45
Tested by
no test coverage detected