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

Method close

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

Source from the content-addressed store, hash-verified

146 return await (await self.get_session()).execute(query)
147
148 async def close(self) -> None:
149 logger.debug("Closing client session to GraphQL server")
150 await super().close()
151
152
153@contextlib.asynccontextmanager

Callers 3

closeMethod · 0.45
closeMethod · 0.45
get_structured_resultMethod · 0.45

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected