cudf.get_option# cudf.get_option(name: str) → Any# Get the value of option. Parameters keystrThe name of the option. Returns The value of the option. Raises KeyErrorIf option name does not exist.