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

Method __exit__

tensorrt_llm/executor/rpc/rpc_server.py:88–89  ·  view source on GitHub ↗
(self, exc_type: Any, exc_value: Any, traceback: Any)

Source from the content-addressed store, hash-verified

86 return self
87
88 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
89 self.shutdown()
90
91 def bind(self, address: str = "tcp://*:5555") -> None:
92 """

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.95

Tested by

no test coverage detected