1.14.0 - Support for lambda functions
create_wrapper
,create_function
,wraps
andwith_signature
now support lambda functions. They also accept a new parameterco_name
to define the name to be used in the compiled code. PR #80 by andrewcleveland.
See documentation page for details.