Do not call getfullargspec on every call. (#16589)
getfullargspec is relatively expensive and the results will not change between calls, so precalculate it outside the wrapper.
Loading
Please register or sign in to comment
getfullargspec is relatively expensive and the results will not change between calls, so precalculate it outside the wrapper.