MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / c_function_run

Function c_function_run

python/tutorial/T12-Function.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def c_function_run():
19 print('enter c_function_run, sleep for 1s')
20 time.sleep(1)
21 return CStatus()
22
23def d_function_init(d: GFunction):
24 print('[{0}] do init function....'.format(d.getName()))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected