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

Method __exit__

tensorrt_llm/executor/rpc/rpc_client.py:719–720  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

717 return self
718
719 def __exit__(self, exc_type, exc_value, traceback):
720 self.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected