Update test to handle list.__reversed__().
This commit is contained in:
parent
001f228f36
commit
af28e4b66b
|
@ -212,6 +212,7 @@ Instead, you can get the same information from the list type:
|
|||
'__reduce__',
|
||||
'__reduce_ex__',
|
||||
'__repr__',
|
||||
'__reversed__',
|
||||
'__rmul__',
|
||||
'__setattr__',
|
||||
'__setitem__',
|
||||
|
|
Loading…
Reference in New Issue