You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces get_function_signature_hook that behaves the similar way as get_method_signature_hook.
Closes#9101
Co-authored-by: Michael Sullivan <sully@msully.net>
I am proposing a new feature:
get_function_signature_hook
It works the same way as
get_method_signature_hook
, but for functions.I needed this while working on
HKT
fordry-python/returns
: dry-python/returns#446The text was updated successfully, but these errors were encountered: