Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7365361

Browse files
committed
Merge for #26696
2 parents 3823aab + 9305bba commit 7365361

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/library/collections.abc.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ ABC Inherits from Abstract Methods Mixin
5656
``__len__``,
5757
``insert``
5858

59+
:class:`ByteString` :class:`Sequence` ``__getitem__``, Inherited :class:`Sequence` methods
60+
``__len__``
61+
5962
:class:`Set` :class:`Sized`, ``__contains__``, ``__le__``, ``__lt__``, ``__eq__``, ``__ne__``,
6063
:class:`Iterable`, ``__iter__``, ``__gt__``, ``__ge__``, ``__and__``, ``__or__``,
6164
:class:`Container` ``__len__`` ``__sub__``, ``__xor__``, and ``isdisjoint``
@@ -126,6 +129,7 @@ ABC Inherits from Abstract Methods Mixin
126129

127130
.. class:: Sequence
128131
MutableSequence
132+
ByteString
129133

130134
ABCs for read-only and mutable :term:`sequences <sequence>`.
131135

@@ -142,7 +146,6 @@ ABC Inherits from Abstract Methods Mixin
142146
The index() method added support for *stop* and *start*
143147
arguments.
144148

145-
146149
.. class:: Set
147150
MutableSet
148151

0 commit comments

Comments
 (0)