cgpm icon indicating copy to clipboard operation
cgpm copied to clipboard

Convert all use of distargs in cgpms to **kwargs

Open fsaad opened this issue 8 years ago • 1 comments

No reason to have a custom dictionary if python has a default way to pass in keyword arguments.

fsaad avatar Jul 21 '16 23:07 fsaad

But the issue is that it also changes the __ini__ interface of State and Engine, which is a big effort to change clients especially tests.

fsaad avatar Jul 22 '16 00:07 fsaad