Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
from
pycgraph
import
GNode, CStatus
10
11
class
HelloCGraphNode(GNode):
12
def
run(self):
13
print(
"Hello, pycgraph."
)
14
return
CStatus()
Callers
1
tutorial_hello_cgraph
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected