File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1250,7 +1250,6 @@ class MyAbcSequence(collections.abc.Sequence):
1250
1250
| len() | | REQ | REQ | REQ |
1251
1251
| getitem() | | | REQ | REQ |
1252
1252
| reversed() | | | yes | yes |
1253
- | reverse() | | | | yes |
1254
1253
| index() | | | | yes |
1255
1254
| count() | | | | yes |
1256
1255
+------------+----------+------------+----------+--------------+
Original file line number Diff line number Diff line change @@ -1162,7 +1162,6 @@ <h4 id="tableofrequiredandavailablespecialmethods">Table of required and availab
1162
1162
| len() | | REQ | REQ | REQ |
1163
1163
| getitem() | | | REQ | REQ |
1164
1164
| reversed() | | | yes | yes |
1165
- | reverse() | | | | yes |
1166
1165
| index() | | | | yes |
1167
1166
| count() | | | | yes |
1168
1167
+------------+----------+------------+----------+--------------+
Original file line number Diff line number Diff line change @@ -177,7 +177,6 @@ const DIAGRAM_7_A =
177
177
'| len() | | REQ | REQ | REQ |\n' +
178
178
'| getitem() | | | REQ | REQ |\n' +
179
179
'| reversed() | | | yes | yes |\n' +
180
- '| reverse() | | | | yes |\n' +
181
180
'| index() | | | | yes |\n' +
182
181
'| count() | | | | yes |\n' +
183
182
'+------------+----------+------------+----------+--------------+\n' ;
@@ -191,7 +190,6 @@ const DIAGRAM_7_B =
191
190
'┃ len() │ │ ! │ ! │ ! ┃\n' +
192
191
'┃ getitem() │ │ │ ! │ ! ┃\n' +
193
192
'┃ reversed() │ │ │ ✓ │ ✓ ┃\n' +
194
- '┃ reverse() │ │ │ │ ✓ ┃\n' +
195
193
'┃ index() │ │ │ │ ✓ ┃\n' +
196
194
'┃ count() │ │ │ │ ✓ ┃\n' +
197
195
'┗━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━━━┛\n' ;
Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ const DIAGRAM_7_B =
150
150
'┃ len() │ │ ! │ ! │ ! ┃\n' +
151
151
'┃ getitem() │ │ │ ! │ ! ┃\n' +
152
152
'┃ reversed() │ │ │ ✓ │ ✓ ┃\n' +
153
- '┃ reverse() │ │ │ │ ✓ ┃\n' +
154
153
'┃ index() │ │ │ │ ✓ ┃\n' +
155
154
'┃ count() │ │ │ │ ✓ ┃\n' +
156
155
'┗━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━━━┛\n' ;
You can’t perform that action at this time.
0 commit comments