smarie / python-makefun

Dynamically create python functions with a proper signature.
https://smarie.github.io/python-makefun/
BSD 3-Clause "New" or "Revised" License
119 stars 16 forks source link

`@with_signature` ValueError: func_name should not be provided when the signature is provided as a string #17

Closed smarie closed 5 years ago

smarie commented 5 years ago

when new signature is provided as a string to @with_signature, an error gets raised, this should not happen