8000 Docs: Argument Clinic: Improve 'How to write a custom converter' by erlend-aasland · Pull Request #107328 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Docs: Argument Clinic: Improve 'How to write a custom converter' #107328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to 8000
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add heading
  • Loading branch information
erlend-aasland committed Jul 26, 2023
commit 515f71a7a510c75a46276a9fd92714ab8ea03606
5 changes: 5 additions & 0 deletions Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ The CLI supports the following options:
The list of files to process.


.. _clinic-classes:

Classes for extending Argument Clinic
-------------------------------------

.. module:: clinic

.. class:: CConverter
Expand Down
0