Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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())
Callers
7
test_remote_call_without_arg
Method · 0.45
test_remote_call_with_args
Method · 0.45
test_remote_call_with_kwargs
Method · 0.45
test_remote_call_with_args_and_kwargs
Method · 0.45
test_rpc_with_error
Method · 0.45
test_task_error
Method · 0.45
test_rpc_shutdown_server
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected