mathics / Mathics

This repository is for archival. Please see https://github.com/Mathics3/mathics-core
https://mathics.org
Other
2.07k stars 206 forks source link

Simplify Settings. Move load_settings out of __init__... #1472

Closed rocky closed 3 years ago

rocky commented 3 years ago

Add access routines to get and set Settings.

This changes the API so we will have 3.1.0. It is generally bad practice to put code in __init__ because everything under __init_ depends on it. So this increases the chance of circular dependencies when routines use the the functions defined in init.

Add simplified set and get routines for Settings values.