lfex/py

Create new macro helper function for generating functions with kwags

Closed this issue · 0 comments

Right now all Python functions with kwargs are manually wrapped in modules. It would be trivial to create a helper function that allowed kla to support kwargs. They would need to be generated from a different list of functions, but still...would be much cleaner! (And less work, in time).