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

Method input_keys

masfactory/core/node.py:198–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196
197 @property
198 def input_keys(self) -> dict[str,dict|str]:
199 merged_keys = {}
200 for edge in self._in_edges:
201 merged_keys.update(edge.keys)
202 return merged_keys
203
204 @property
205 def input_field_specs(self) -> dict[str, FieldSpec]:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected