Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.97.0rc1 | David Robertson | 2023-11-21 | 1 | -1/+0 |
| | |||||
* | 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. |