mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956)
This commit is contained in:
parent
efc489021c
commit
b4240fd68e
@ -136,8 +136,8 @@ ABC Inherits from Abstract Methods Mi
|
||||
:class:`Collection` ``__len__`` ``index``, and ``count``
|
||||
|
||||
:class:`MutableSequence` :class:`Sequence` ``__getitem__``, Inherited :class:`Sequence` methods and
|
||||
``__setitem__``, ``append``, ``reverse``, ``extend``, ``pop``,
|
||||
``__delitem__``, ``remove``, and ``__iadd__``
|
||||
``__setitem__``, ``append``, ``clear``, ``reverse``, ``extend``,
|
||||
``__delitem__``, ``pop``, ``remove``, and ``__iadd__``
|
||||
``__len__``,
|
||||
``insert``
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user