ole property

ole property

Gets or sets the OLE.

Definition:

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

See Also