MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / __del__

Method __del__

tensorrt_llm/executor/proxy.py:461–462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

459 return self._iter_kv_events_result
460
461 def __del__(self):
462 self.shutdown()
463
464 def __enter__(self):
465 return self

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.95

Tested by

no test coverage detected