Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ray-project/ray
/ Baz
Class
Baz
python/ray/tests/test_serialization.py:201–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
setattr(self,
"field{}"
.format(i), val)
200
201
class
Baz:
202
def
__init__(self):
203
self.foo = Foo()
204
self.bar = Bar()
205
206
def
method(self, arg):
207
pass
208
209
class
Qux:
210
def
__init__(self):
Callers
2
__init__
Method · 0.85
test_complex_serialization
Function · 0.85
Calls
no outgoing calls
Tested by
2
__init__
Method · 0.68
test_complex_serialization
Function · 0.68