MCPcopy Index your code
hub / github.com/ray-project/ray / _warn_msg

Function _warn_msg

python/ray/cloudpickle/__init__.py:17–21  ·  view source on GitHub ↗
(obj, method, exc)

Source from the content-addressed store, hash-verified

15
16
17def _warn_msg(obj, method, exc):
18 return (
19 f"{method}({str(obj)}) failed."
20 "\nTo check which non-serializable variables are captured "
21 "in scope, re-run the ray script with 'RAY_PICKLE_VERBOSE_DEBUG=1'.")
22
23
24def dump_debug(obj, *args, **kwargs):

Callers 2

dump_debugFunction · 0.85
dumps_debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…