set_license method

set_license(license_name)

Licenses the component.

def set_license(self, license_name):
    ...
Parameter Type Description
license_name str

Remarks

Tries to find the license in the following locations:

  1. Explicit path.

set_license(stream)

Licenses the component.

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

Remarks

Use this method to load a license from a stream.

See Also