Add unit tests for getfullargspec().
Review Request #12495 — Created Aug. 2, 2022 and submitted
This adds a new suite of
getfullargspec()
unit tests. There are groups
for functions, bound/unbound methods, and classmethods. Each tests plain
functions/methods, those with positional-only arguments, keyword-only
arguments, and annotations.
Unit tests pass on Python 2.7 through 3.10.
Summary | ID |
---|---|
48a08d23a492c635c34bde623b9acf305d684e2a |
Description | From | Last Updated |
---|---|---|
missing whitespace around parameter equals Column: 32 Error code: E252 |
reviewbot | |
missing whitespace around parameter equals Column: 33 Error code: E252 |
reviewbot | |
missing whitespace around parameter equals Column: 42 Error code: E252 |
reviewbot | |
missing whitespace around parameter equals Column: 43 Error code: E252 |
reviewbot | |
missing whitespace around parameter equals Column: 42 Error code: E252 |
reviewbot | |
missing whitespace around parameter equals Column: 43 Error code: E252 |
reviewbot | |
missing whitespace around parameter equals Column: 41 Error code: E252 |
reviewbot | |
missing whitespace around parameter equals Column: 42 Error code: E252 |
reviewbot |
- Change Summary:
-
Fixed line length and whitespace issues.
- Commits:
-
Summary ID 86b68dd79004af741c867884f1b1df943d97e3d7 48a08d23a492c635c34bde623b9acf305d684e2a - Diff:
-
Revision 2 (+766 -12)