-
@wraps
now has new argumentsprepend_arg
andappend_arg
to quickly prepend or append a new parameter to a function signature. Fixes #65 -
add_signature_parameters
can now receive string parameter names in itsfirst
andlast
arguments. -
Improved generated docstring for
partial
with better support for preset positional args. -
partial
's behaviour is now aligned with the one infunctools.partial
in terms of arguments order and kind. Fixes #64 -
Bug fix: passing preset positional arguments to
partial
does not wipe out the rest of the signature any more. Fixes #62
See documentation page for details.