expyfun.set_config# expyfun.set_config(key, value)[source]# Set expyfun preference in config Parameters: keystr | NoneThe preference key to set. If None, a tuple of the valid keys is returned, and value is ignored. valuestr | NoneThe value to assign to the preference key. If None, the key is deleted.