Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ divide_by_zero
Method
divide_by_zero
tests/unittest/executor/test_rpc.py:262–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
raise
ValueError(
"Test error message"
)
261
262
def
divide_by_zero(self):
263
return
1 / 0
264
265
def
custom_exception(self):
266
raise
TestRpcError.CustomError(
"Custom error occurred"
)
Callers
1
test_task_error
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected