mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 08:07:54 +08:00
Remove object id translation (#6531)
This commit is contained in:
@@ -170,9 +170,6 @@ cdef class ObjectID(BaseID):
|
||||
def is_direct_call_type(self):
|
||||
return self.data.IsDirectCallType()
|
||||
|
||||
def with_plasma_transport_type(self):
|
||||
return ObjectID(self.data.WithPlasmaTransportType().Binary())
|
||||
|
||||
def is_nil(self):
|
||||
return self.data.IsNil()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user