Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT-LLM
/ __exit__
Method
__exit__
tensorrt_llm/executor/proxy.py:467–469 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
465
return
self
466
467
def
__exit__(self, exc_type, exc_value, traceback):
468
self.shutdown()
469
return
False
# propagate the exception
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected