MCPcopy
hub / github.com/666ghj/BettaFish / run

Method run

MediaEngine/nodes/base_node.py:28–39  ·  view source on GitHub ↗

执行节点处理逻辑 Args: input_data: 输入数据 **kwargs: 额外参数 Returns: 处理结果

(self, input_data: Any, **kwargs)

Source from the content-addressed store, hash-verified

26
27 @abstractmethod
28 def run(self, input_data: Any, **kwargs) -> Any:
29 """
30 执行节点处理逻辑
31
32 Args:
33 input_data: 输入数据
34 **kwargs: 额外参数
35
36 Returns:
37 处理结果
38 """
39 pass
40
41 def validate_input(self, input_data: Any) -> bool:
42 """

Callers 15

app.pyFile · 0.45
_reflection_loopMethod · 0.45
check_database_tablesMethod · 0.45
initialize_databaseMethod · 0.45
get_today_news.pyFile · 0.45
mainFunction · 0.45
init_database.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected