Skip to content

gh-155263: Add the --list option to Argument Clinic - #155264

Merged
serhiy-storchaka merged 3 commits into
python:mainfrom
serhiy-storchaka:clinic-list
Aug 19, 2026
Merged

gh-155263: Add the --list option to Argument Clinic#155264
serhiy-storchaka merged 3 commits into
python:mainfrom
serhiy-storchaka:clinic-list

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Aug 6, 2026

Copy link
Copy Markdown
Member

parse_file() now returns the parsed data instead of discarding it, which the remaining items of #108643 need too.

The rendering of the text signature is extracted from the DSL parser, so that it can be used with the full name of a function and without wrapping.

It prints the modules, classes and functions which Argument Clinic
defines in the specified files, each function with its signature.
@serhiy-storchaka
serhiy-storchaka merged commit 2f2c2ce into python:main Aug 19, 2026
60 checks passed
@serhiy-storchaka
serhiy-storchaka deleted the clinic-list branch August 19, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant