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

Method output_keys

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

Source from the content-addressed store, hash-verified

207
208 @property
209 def output_keys(self) -> dict[str,dict|str]:
210 merged_keys = {}
211 for edge in self._out_edges:
212 merged_keys.update(edge.keys)
213 return merged_keys
214
215 @property
216 def output_field_specs(self) -> dict[str, FieldSpec]:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected