Small library to dynamically create python functions.
copied from cf-staging / makefunmakefun
helps you create functions dynamically, with the signature of
your choice. It was largely inspired by decorator
and functools
, and
created mainly to cover some of their limitations.