MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / run

Method run

python/tutorial/MyGNode/MyMatchNode.py:18–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class MyMatchNode(GNode):
18 def run(self):
19 time.sleep(1)
20 print("[{0}] run MyMatchNode: {1}".format(datetime.now(), self.getName()))
21
22 return CStatus()
23
24 def isMatch(self):
25 param: MyParam = self.getGParamWithNoEmpty('param1')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected