gh-119180: Set the name of the param to __annotate__ to "format" (#124730)

This commit is contained in:
Jelle Zijlstra 2024-12-30 08:19:38 -08:00 committed by GitHub
parent 2bd5a7ab0f
commit 3480124321
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 78 additions and 2 deletions

View file

@ -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__