macpie.set_option#

macpie.set_option(key, value) None#

Sets the value of the specified option.

>>> macpie.set_option("operators.binary.column_suffixes", ("_link", "_y"))
>>> macpie.get_option("operators.binary.column_suffixes")
("_link", "_y")