hipdf.get_option

Contents

hipdf.get_option#

20 min read time

Applies to Linux

hipdf.get_option(name: str) Any#

Get the value of option.

Parameters#

keystr

The name of the option.

Returns#

The value of the option.

Raises#

KeyError

If option name does not exist.