Argument-Clinic / cpython

The Python programming language
https://www.python.org/
Other
1 stars 0 forks source link

Break out templating code #3

Open erlend-aasland opened 1 year ago

erlend-aasland commented 1 year ago

We should split the templating code out to Tools/clinic/template.py (or Tools/clinic/_template.py). We need to think out a good and clean API to use between the code generator and the template library.

erlend-aasland commented 9 months ago

cc. @corona10