MCPcopy 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
14def tutorial_hello_cgraph():
15 pipeline = GPipeline()
16 pipeline.registerGElement(HelloCGraphNode())
17 pipeline.process()
18
19
20if __name__ == '__main__':

Callers 1

T00-HelloCGraph.pyFile · 0.70

Calls 3

processMethod · 0.95
HelloCGraphNodeClass · 0.90
GPipelineClass · 0.85

Tested by

no test coverage detected