Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
bind
Method · 0.80
start
Method · 0.45
Tested by
no test coverage detected