mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
Basic direct actor call support in Python (#5991)
This commit is contained in:
@@ -176,6 +176,9 @@ cdef class ObjectID(BaseID):
|
||||
def hex(self):
|
||||
return decode(self.data.Hex())
|
||||
|
||||
def is_direct_actor_type(self):
|
||||
return self.data.IsDirectActorType()
|
||||
|
||||
def is_nil(self):
|
||||
return self.data.IsNil()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user