Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ init
Method
init
python/tutorial/MyGNode/MyWriteParamNode.py:14–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
13
class
MyWriteParamNode(GNode):
14
def
init(self):
15
return
self.createGParam(MyParam(),
"param1"
)
16
17
def
run(self):
18
param: MyParam = self.getGParam(
"param1"
)
Callers
nothing calls this directly
Calls
1
MyParam
Class · 0.90
Tested by
no test coverage detected