()
| 16 | |
| 17 | |
| 18 | def c_function_run(): |
| 19 | print('enter c_function_run, sleep for 1s') |
| 20 | time.sleep(1) |
| 21 | return CStatus() |
| 22 | |
| 23 | def d_function_init(d: GFunction): |
| 24 | print('[{0}] do init function....'.format(d.getName())) |
nothing calls this directly
no outgoing calls
no test coverage detected