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

Class App

tests/unittest/executor/test_rpc.py:384–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382def test_rpc_shutdown_server():
383
384 class App:
385
386 def hello(self):
387 return "world"
388
389 addr = get_unique_ipc_addr()
390 server = RPCServer(App())

Calls

no outgoing calls