MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / render_config

Method render_config

masfactory/core/node_template.py:285–288  ·  view source on GitHub ↗
(self, **override_kwargs)

Source from the content-addressed store, hash-verified

283 return cloned
284
285 def render_config(self, **override_kwargs) -> dict[str, Any]:
286 final_config = _safe_clone(self.prototype_config)
287 final_config.update(_safe_clone(override_kwargs))
288 return final_config
289
290 def __call__(self, *args: Any, **override_kwargs) -> "NodeTemplate[T]":
291 """

Callers 3

_materializeMethod · 0.95
buildMethod · 0.80
buildMethod · 0.80

Calls 2

_safe_cloneFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected