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

Method hello

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

Source from the content-addressed store, hash-verified

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

Tested by

no test coverage detected