MCPcopy 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

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…