MCPcopy Create free account
hub / github.com/NVIDIA/DALI / simple_callback

Function simple_callback

dali/test/python/test_pool.py:32–34  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

30
31
32def simple_callback(info):
33 pid = os.getpid()
34 return answer(pid, info)
35
36
37def another_callback(info):

Callers 1

another_callbackFunction · 0.85

Calls 1

answerFunction · 0.85

Tested by

no test coverage detected