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

Class MyNode1

python/tutorial/MyGNode/MyNode1.py:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12from pycgraph import GNode, CStatus
13
14class MyNode1(GNode):
15 def run(self):
16 print("[{0}] {1}, enter MyNode1 run function. Sleep for 1 second ... ".format(datetime.now(), self.getName()))
17 time.sleep(1)
18 return CStatus()

Callers 15

tutorial_templateFunction · 0.90
tutorial_simpleFunction · 0.90
tutorial_mutableFunction · 0.90
tutorial_fenceFunction · 0.90
tutorial_conditionFunction · 0.90
tutorial_eventFunction · 0.90
tutorial_cancelFunction · 0.90
tutorial_suspendFunction · 0.90
tutorial_aspect_paramFunction · 0.90
tutorial_trimFunction · 0.90
tutorial_regionFunction · 0.90
tutorial_functionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected