MCPcopy
hub / github.com/ray-project/ray / __str__

Method __str__

python/ray/exceptions.py:679–688  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

677 """
678
679 def __str__(self):
680 return (
681 self._base_str()
682 + "\n\n"
683 + (
684 f"Fetch for object {self.object_ref_hex} timed out because no "
685 "locations were found for the object. This may indicate a "
686 "system-level bug."
687 )
688 )
689
690
691@DeveloperAPI

Callers

nothing calls this directly

Calls 1

_base_strMethod · 0.80

Tested by

no test coverage detected