lmfit / asteval

minimalistic evaluator of python expression using ast module
https://lmfit.github.io/asteval
MIT License
183 stars 41 forks source link

Code style and maintenance #85

Closed reneeotten closed 3 years ago

reneeotten commented 3 years ago

This PR includes some fixes to coding-style and updates to the code for Python 3.6+ ; additionally it removes a duplicate function on_nameconstant in asteval.py.

newville commented 3 years ago

@reneeotten thanks! I think "just merge"...