mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Split up clinic.py by establishing libclinic as a support package for Argument Clinic. Get rid of clinic.py globals by either making them class members, or by putting them into libclinic. - Move INCLUDE_COMMENT_COLUMN to BlockPrinter - Move NO_VARARG to CLanguage - Move formatting helpers to libclinic - Move some constants to libclinic (and annotate them as Final) |
||
|---|---|---|
| .. | ||
| libclinic | ||
| .ruff.toml | ||
| clinic.py | ||
| cpp.py | ||
| mypy.ini | ||