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

Method run

python/tutorial/MyGNode/HelloCGraphNode.py:12–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected