mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956) (gh-114961)
This commit is contained in:
parent
98a8590e73
commit
c86a9e662f
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ ABC Inherits from Abstract Methods Mi
|
||||||
:class:`Collection` ``__len__`` ``index``, and ``count``
|
:class:`Collection` ``__len__`` ``index``, and ``count``
|
||||||
|
|
||||||
:class:`MutableSequence` :class:`Sequence` ``__getitem__``, Inherited :class:`Sequence` methods and
|
:class:`MutableSequence` :class:`Sequence` ``__getitem__``, Inherited :class:`Sequence` methods and
|
||||||
``__setitem__``, ``append``, ``reverse``, ``extend``, ``pop``,
|
``__setitem__``, ``append``, ``clear``, ``reverse``, ``extend``,
|
||||||
``__delitem__``, ``remove``, and ``__iadd__``
|
``__delitem__``, ``pop``, ``remove``, and ``__iadd__``
|
||||||
``__len__``,
|
``__len__``,
|
||||||
``insert``
|
``insert``
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue