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

Method _execute

KVCOMM/graph/node.py:262–264  ·  view source on GitHub ↗

To be overriden by the descendant class

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

Source from the content-addressed store, hash-verified

260
261 @abstractmethod
262 def _execute(self, input:List[Any], spatial_info:Dict[str,Any], temporal_info:Dict[str,Any], **kwargs):
263 """ To be overriden by the descendant class """
264 """ Use the processed input to get the result """
265
266 @abstractmethod
267 async def _async_execute(self, input:List[Any], spatial_info:Dict[str,Any], temporal_info:Dict[str,Any], mode: str = "default", **kwargs):

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected