object_handle property

object_handle property

Gets or sets the object handle.

Definition:

@property
def object_handle(self):
    ...
@object_handle.setter
def object_handle(self, value):
    ...

See Also