Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
simple_callback(info):
33
pid = os.getpid()
34
return
answer(pid, info)
35
36
37
def
another_callback(info):
Callers
1
another_callback
Function · 0.85
Calls
1
answer
Function · 0.85
Tested by
no test coverage detected