mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
This commit is contained in:
parent
7ddc1eaff1
commit
9b75ada6e4
5 changed files with 244 additions and 8 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Argument Clinic can now clone :meth:`!__init__` and :meth:`!__new__`
|
||||
methods.
|
||||
Loading…
Add table
Add a link
Reference in a new issue