pymad / cpymad

cPyMAD is a python interface to Mad-X using cython and libmadx
http://cern.ch/pymad
Apache License 2.0
3 stars 3 forks source link

Add *kwargs to Madx.command #55

Closed coldfix closed 10 years ago

coldfix commented 10 years ago

Proposing a backward compatible change to the signature of Madx.command: adding a *kwargs parameter to set parameters by name will be extremely handy and simplify much of the cpymad.Madx internal code.