File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ class A(builtins.object)
76
76
| __weakref__%s
77
77
78
78
class B(builtins.object)
79
+ | Methods defined here:
80
+ |
81
+ | __annotate__ = <annotations of B>(...)
82
+ |
83
+ | ----------------------------------------------------------------------
79
84
| Data descriptors defined here:
80
85
|
81
86
| __dict__%s
@@ -86,8 +91,6 @@ class B(builtins.object)
86
91
| Data and other attributes defined here:
87
92
|
88
93
| NO_MEANING = 'eggs'
89
- |
90
- | __annotations__ = {'NO_MEANING': <class 'str'>}
91
94
92
95
class C(builtins.object)
93
96
| Methods defined here:
@@ -175,6 +178,9 @@ class A(builtins.object)
175
178
list of weak references to the object
176
179
177
180
class B(builtins.object)
181
+ Methods defined here:
182
+ __annotate__ = (...)
183
+ ----------------------------------------------------------------------
178
184
Data descriptors defined here:
179
185
__dict__
180
186
dictionary for instance variables
@@ -183,7 +189,6 @@ class B(builtins.object)
183
189
----------------------------------------------------------------------
184
190
Data and other attributes defined here:
185
191
NO_MEANING = 'eggs'
186
- __annotations__ = {'NO_MEANING': <class 'str'>}
187
192
188
193
189
194
class C(builtins.object)
You can’t perform that action at this time.
0 commit comments