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

Class CustomClass

python/ray/tests/test_serialization.py:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 CUSTOM_OBJECTS.append(DataClass0(number=3))
238
239 class CustomClass:
240 def __init__(self, value):
241 self.value = value
242
243 DataClass1 = make_dataclass("DataClass1", [("custom", CustomClass)])
244

Callers 2

from_customMethod · 0.70

Calls

no outgoing calls

Tested by 2

from_customMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…