set_license method

set_license

Licenses the component.

def set_license(self, file_path):
    ...
Parameter Type Description
file_path str Absolute path to license file.

set_license

Licenses the component.

def set_license(self, stream):
    ...
Parameter Type Description
stream io.RawIOBase License stream.

See Also