cudf.get_option#

cudf.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.