MCPcopy Index your code
hub / github.com/dagger/dagger / connect

Method connect

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

Source from the content-addressed store, hash-verified

166 session: ClientSession
167
168 async def connect(self) -> Self:
169 await self.session.start()
170 return self
171
172 async def close(self) -> None:
173 await self.session.close()

Callers 7

__await__Method · 0.95
__aenter__Method · 0.95
mainFunction · 0.45
setupFunction · 0.45

Calls 1

startMethod · 0.45