MCPcopy Index your code
hub / github.com/NVIDIA/TensorRT-LLM / __enter__

Method __enter__

tests/unittest/executor/test_rpc.py:20–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 self.addr = get_unique_ipc_addr()
19
20 def __enter__(self):
21 self.bind(self.addr)
22 self.start()
23 return self
24
25 def __exit__(self, exc_type, exc_value, traceback):
26 self.shutdown()

Callers

nothing calls this directly

Calls 2

bindMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected