Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not call getfullargspec on every call. (#16589) | Patrick Cloke | 2023-10-31 | 1 | -0/+1 |
getfullargspec is relatively expensive and the results will not change between calls, so precalculate it outside the wrapper. |