MCPcopy Create free account
hub / github.com/OpenDCAI/DataFlow-MM / run

Method run

dataflow/core/Operator.py:14–18  ·  view source on GitHub ↗

Main function to run the operator.

(self)

Source from the content-addressed store, hash-verified

12
13 @abstractmethod
14 def run(self) -> None:
15 """
16 Main function to run the operator.
17 """
18 pass
19
20def get_operator(operator_name, args) -> OperatorABC:
21 from dataflow.utils import OPERATOR_REGISTRY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected