MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / _process_inputs

Method _process_inputs

KVCOMM/graph/node.py:272–274  ·  view source on GitHub ↗

To be overriden by the descendant class

(self, raw_inputs:List[Any], spatial_info:Dict[str,Any], temporal_info:Dict[str,Any], **kwargs)

Source from the content-addressed store, hash-verified

270
271 @abstractmethod
272 def _process_inputs(self, raw_inputs:List[Any], spatial_info:Dict[str,Any], temporal_info:Dict[str,Any], **kwargs)->List[Any]:
273 """ To be overriden by the descendant class """
274 """ Process the raw_inputs(most of the time is a List[Dict]) """

Callers 1

async_executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected