]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104050: Annotate more Argument Clinic DSLParser state methods (#106376)
authorErlend E. Aasland <erlend@python.org>
Mon, 3 Jul 2023 22:10:46 +0000 (00:10 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 22:10:46 +0000 (22:10 +0000)
commitb24479dcba6e8952039066564d448d5ac4b37bef
tree74a6e9f94911a56e0a8f6793e8bf28a261e4254e
parent3ee8dac7a1b3882aa3aac7703bdae2de7b6402ad
gh-104050: Annotate more Argument Clinic DSLParser state methods (#106376)

Annotate the following methods:

- state_parameter()
- state_parameter_docstring_start()

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Tools/clinic/clinic.py