mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
gh-119180: Set the name of the param to __annotate__ to "format" (#124730)
This commit is contained in:
parent
2bd5a7ab0f
commit
3480124321
3 changed files with 78 additions and 2 deletions
|
@ -79,7 +79,7 @@ CLASSES
|
|||
class B(builtins.object)
|
||||
| Methods defined here:
|
||||
|
|
||||
| __annotate__(...)
|
||||
| __annotate__(format, /)
|
||||
|
|
||||
| ----------------------------------------------------------------------
|
||||
| Data descriptors defined here:
|
||||
|
@ -180,7 +180,7 @@ class A(builtins.object)
|
|||
|
||||
class B(builtins.object)
|
||||
Methods defined here:
|
||||
__annotate__(...)
|
||||
__annotate__(format, /)
|
||||
----------------------------------------------------------------------
|
||||
Data descriptors defined here:
|
||||
__dict__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue