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

Method get_session

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

Source from the content-addressed store, hash-verified

133 return self._session is not None
134
135 async def get_session(self) -> AsyncClientSession:
136 return await self.start()
137
138 async def get_schema(self) -> graphql.GraphQLSchema:
139 client = (await self.get_session()).client

Callers 2

get_schemaMethod · 0.95
executeMethod · 0.95

Calls 1

startMethod · 0.95

Tested by

no test coverage detected