MCPcopy Create free account
hub / github.com/dagger/dagger / aclose

Method aclose

sdk/python/src/dagger/client/_session.py:175–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 await self.session.close()
174
175 async def aclose(self) -> None:
176 await self.close()
177
178 def __await__(self):
179 return self.connect().__await__()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected