masking proxy: use StorageInterface signature in _getter_filtering_arguments
inspect.getcallargs will return `args`/`kwargs` unless the method is wrapped using `functools.wraps` at every layer, and all the signatures are compatible, which is apparently not the case for all proxies.
Please register or sign in to comment