Home
/
Python 3.11
/
Typing
/
MutableSequence
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Typing
MutableSequence
Python 3.11
Deprecated alias to collections.abc.MutableSequence.
Syntax
PYTHON
Copy
class typing.MutableSequence(Sequence[T])
See Also
collections.abc.MutableSequence
collections.abc.MutableSequence
Generic Alias Type