set_ method

set_

Apply a license without instantiating License.

Convenience wrapper around License().set_license(...) that mirrors the static License.Set method on the .NET side.

def set_(license_source):
    ...
Parameter Type Description
license_source A file path (str) or a readable file-like object containing license data.

See Also