Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ d_function_init
Function
d_function_init
python/tutorial/T12-Function.py:23–25 ·
view source on GitHub ↗
(d: GFunction)
Source
from the content-addressed store, hash-verified
21
return
CStatus()
22
23
def
d_function_init(d: GFunction):
24
print(
'[{0}] do init function....'
.format(d.getName()))
25
return
CStatus()
26
27
def
d_function_run(d: GFunction, num: int):
28
# get GParam info in GFunction
Callers
1
tutorial_function
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected