commit | 569887aa9da0da2eb2e2ad7d6a7496290f223ab0 | [log] [tgz] |
---|---|---|
author | Erlend E. Aasland <erlend@python.org> | Mon Jul 03 01:42:38 2023 +0200 |
committer | GitHub <noreply@github.com> | Sun Jul 02 23:42:38 2023 +0000 |
tree | fea92a0a05ce7e8df9b4780fa0fbaf5127e521f6 | |
parent | 4e3aa7cd312759922556ee96aa42033c375027e2 [diff] |
gh-104050: Add more type hints to Argument Clinic DSLParser() (#106343) Annotate the following method signatures: - state_dsl_start() - state_parameter_docstring_start() - state_parameters_start() Inverting ignore_line() logic, add type hints (including type guard) to it, and rename to valid_line().