MCPcopy
hub / github.com/gpustack/gpustack / __init__

Method __init__

tests/api/test_auth.py:188–189  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

186
187 class FakeAsyncClient:
188 def __init__(self, **kwargs):
189 captured.update(kwargs)
190
191 async def __aenter__(self):
192 return self

Callers 1

tls_serverFunction · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected