5.1. Protocol About¶
Container
Hashable
Iterable
Iterator
Reversible
Generator
Callable
Collection
Sequence
MutableSequence
ByteString
Set
MutableSet
Mapping
MutableMapping
MappingView
ItemsView
KeysView
ValuesView
Awaitable
Coroutine
AsyncIterator
AsyncGenerator
5.1.1. About¶
Abstract Base Class |
Inherits from |
Methods |
---|---|---|
Container |
|
|
Hashable |
|
|
Iterable |
|
|
Iterator |
Iterable |
|
Reversible |
Iterable |
|
Generator |
Iterator |
|
Callable |
|
|
Collection |
Sized, Iterable, Container |
|
Sequence |
Reversible, Collection |
|
MutableSequence |
Sequence |
|
ByteString |
Sequence |
|
Set |
Collection |
|
MutableSet |
Set |
|
Mapping |
Collection |
|
MutableMapping |
Mapping |
|
MappingView |
Sized |
|
ItemsView |
MappingView, Set |
|
KeysView |
MappingView, Set |
|
ValuesView |
MappingView, Collection |
|
Awaitable |
|
|
Coroutine |
Awaitable, AsyncIterable |
|
AsyncIterator |
AsyncIterable |
|
AsyncGenerator |
AsyncIterator |
|