hipdf.set_option

Contents

hipdf.set_option#

20 min read time

Applies to Linux

hipdf.set_option(name: str, val: Any)#

Set the value of option.

Parameters#

namestr

The name of the option.

valAny

The value to set.

Raises#

KeyError

If option name does not exist.

BaseException

Raised by validator if the value is invalid.