MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _replace

Method _replace

python/openshell/sandbox_test.py:177–184  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

175 self.wait_for_ready = wait_for_ready
176
177 def _replace(self, **kwargs: Any) -> _FakeClientCallDetails:
178 return _FakeClientCallDetails(
179 method=kwargs.get("method", self.method),
180 timeout=kwargs.get("timeout", self.timeout),
181 metadata=kwargs.get("metadata", self.metadata),
182 credentials=kwargs.get("credentials", self.credentials),
183 wait_for_ready=kwargs.get("wait_for_ready", self.wait_for_ready),
184 )
185
186
187def test_normalize_bearer_accepts_str_or_callable() -> None:

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected