Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ray-project/ray
/ CustomError
Class
CustomError
python/ray/tests/test_serialization.py:217–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
Qux.__init__(self)
216
217
class
CustomError(Exception):
218
pass
219
220
Point = collections.namedtuple(
"Point"
, [
"x"
,
"y"
])
221
NamedTupleExample = collections.namedtuple(
Callers
1
test_complex_serialization
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_complex_serialization
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…