expyfun.set_config#

expyfun.set_config(key, value)[source]#

Set expyfun preference in config

Parameters:
keystr | None

The preference key to set. If None, a tuple of the valid keys is returned, and value is ignored.

valuestr | None

The value to assign to the preference key. If None, the key is deleted.