MCPcopy
hub / github.com/langchain-ai/langchain / bind

Method bind

libs/core/langchain_core/runnables/base.py:4368–4369  ·  view source on GitHub ↗
(self, **kwargs: Any)

Source from the content-addressed store, hash-verified

4366 return super().get_name(suffix, name=name)
4367
4368 def bind(self, **kwargs: Any) -> RunnableEach[Input, Output]:
4369 return RunnableEach(bound=self.bound.bind(**kwargs))
4370
4371 def with_config(
4372 self, config: Optional[RunnableConfig] = None, **kwargs: Any

Callers

nothing calls this directly

Calls 2

RunnableEachClass · 0.85
bindMethod · 0.45

Tested by

no test coverage detected