Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ close_handle
Method
close_handle
dali/python/nvidia/dali/_multiproc/shared_queue.py:115–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
raise
114
115
def
close_handle(self):
116
self.shm.close_handle()
117
118
def
close(self):
119
if
self.is_closed:
Callers
2
from_contexts
Method · 0.95
open_shm
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected