gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)

This commit is contained in:
Erlend E. Aasland 2023-08-13 12:13:11 +02:00 committed by GitHub
parent 7ddc1eaff1
commit 9b75ada6e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 244 additions and 8 deletions

View file

@ -0,0 +1,2 @@
Argument Clinic can now clone :meth:`!__init__` and :meth:`!__new__`
methods.