binary_data property

binary_data property

Gets or sets the binary data.

Definition:

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

See Also