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

Class HelloCGraphNode

python/tutorial/MyGNode/HelloCGraphNode.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9from pycgraph import GNode, CStatus
10
11class HelloCGraphNode(GNode):
12 def run(self):
13 print("Hello, pycgraph.")
14 return CStatus()

Callers 1

tutorial_hello_cgraphFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected