set_license method

set_license

Licenses the component.

def set_license(self, license_name):
    ...
Parameter Type Description
license_name str Can be a full or short file name.
Use an empty string to switch to evaluation mode.

set_license

Licenses the component.

def set_license(self, stream):
    ...
Parameter Type Description
stream io.RawIOBase A stream that contains the license.

See Also