Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ __exit__
Method
__exit__
tensorrt_llm/executor/rpc_worker.py:177–179 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
175
return
self
176
177
def
__exit__(self, exc_type, exc_value, traceback):
178
self.shutdown()
179
return
True
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected