MCPcopy Create free account
hub / github.com/7BEII/Comfyui_PDuse / execute

Method execute

py/logic.py:22–28  ·  view source on GitHub ↗

* 文本输入节点主函数 * @param {str} value - 输入的字符串 * @return {tuple} 输出字符串

(self, value)

Source from the content-addressed store, hash-verified

20 CATEGORY = "PDuse/Text"
21
22 def execute(self, value):
23 """
24 * 文本输入节点主函数
25 * @param {str} value - 输入的字符串
26 * @return {tuple} 输出字符串
27 """
28 return (value,)
29
30class PDStringConcate:
31 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected