set_license method

set_license

Licenses the component using license stream.

def set_license(self, license_stream):
    ...
Parameter Type Description
license_stream io.RawIOBase The license stream.

set_license

Licenses the component using license path.

def set_license(self, license_path):
    ...
Parameter Type Description
license_path str The license path.

See Also