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

Method __init__

sdk/python/src/dagger/client/_session.py:192–193  ·  view source on GitHub ↗
(self, conn: ConnectParams, cfg: ConnectConfig | None = None)

Source from the content-addressed store, hash-verified

190 """Establish a GraphQL client connection to the Dagger API server."""
191
192 def __init__(self, conn: ConnectParams, cfg: ConnectConfig | None = None):
193 self.session = ClientSession(conn, cfg)
194
195
196class SharedConnection(BaseConnection):

Callers

nothing calls this directly

Calls 1

ClientSessionClass · 0.85

Tested by

no test coverage detected