lfex / py

Distributed Python for the Erlang Ecosystem
220 stars 13 forks source link

Create new macro helper function for generating functions with kwags #28

Closed oubiwann closed 9 years ago

oubiwann commented 9 years ago

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).