Update test to include "sorted" in dir(list).
This commit is contained in:
parent
0a9b9da0c3
commit
c40b7afee2
@ -225,7 +225,8 @@ Instead, you can get the same information from the list type:
|
|||||||
'pop',
|
'pop',
|
||||||
'remove',
|
'remove',
|
||||||
'reverse',
|
'reverse',
|
||||||
'sort']
|
'sort',
|
||||||
|
'sorted']
|
||||||
|
|
||||||
The new introspection API gives more information than the old one: in
|
The new introspection API gives more information than the old one: in
|
||||||
addition to the regular methods, it also shows the methods that are
|
addition to the regular methods, it also shows the methods that are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user