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
If/when somebody works on this, please check if get_func_args can just be replaced by inspect.signature (which "Accepts a wide range of Python callables, from plain functions and classes to functools.partial() objects." but wasn't available when get_func_args was written).
As shown in tests,
get_func_args
does not work in CPython with inputs likestr.split
,"".join
oritemgetter(2)
.The text was updated successfully, but these errors were encountered: