Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ tutorial_hello_cgraph
Function
tutorial_hello_cgraph
python/tutorial/T00-HelloCGraph.py:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
def
tutorial_hello_cgraph():
15
pipeline = GPipeline()
16
pipeline.registerGElement(HelloCGraphNode())
17
pipeline.process()
18
19
20
if
__name__ ==
'__main__'
:
Callers
1
T00-HelloCGraph.py
File · 0.70
Calls
3
process
Method · 0.95
HelloCGraphNode
Class · 0.90
GPipeline
Class · 0.85
Tested by
no test coverage detected