mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
This commit is contained in:
parent
e5f68fd29b
commit
07b8d3117f
16 changed files with 100 additions and 52 deletions
|
@ -78,11 +78,6 @@ CLASSES
|
|||
| __weakref__%s
|
||||
|
||||
class B(builtins.object)
|
||||
| Methods defined here:
|
||||
|
|
||||
| __annotate__(format, /)
|
||||
|
|
||||
| ----------------------------------------------------------------------
|
||||
| Data descriptors defined here:
|
||||
|
|
||||
| __dict__%s
|
||||
|
@ -180,9 +175,6 @@ class A(builtins.object)
|
|||
list of weak references to the object
|
||||
|
||||
class B(builtins.object)
|
||||
Methods defined here:
|
||||
__annotate__(format, /)
|
||||
----------------------------------------------------------------------
|
||||
Data descriptors defined here:
|
||||
__dict__
|
||||
dictionary for instance variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue