__init__ constructor

On this page

init

Initializes a new instance of the AttachmentIcon class.

def __init__(self, file_extension, icon_data):
    ...
Parameter Type Description
file_extension str The file extension.
icon_data list[int] The icon data as byte array.

See Also

On this page