class ImmutableList(ImmutableListMixin, list):
Known subclasses: werkzeug.datastructures.Accept
An immutable list
.
Unknown Field: private | |
Method | __repr__ |
Undocumented |
Inherited from ImmutableListMixin
:
Method | __delitem__ |
Undocumented |
Method | __hash__ |
Undocumented |
Method | __iadd__ |
Undocumented |
Method | __imul__ |
Undocumented |
Method | __reduce_ex__ |
Undocumented |
Method | __setitem__ |
Undocumented |
Method | append |
Undocumented |
Method | extend |
Undocumented |
Method | insert |
Undocumented |
Method | pop |
Undocumented |
Method | remove |
Undocumented |
Method | reverse |
Undocumented |
Method | sort |
Undocumented |
Instance Variable | _hash_cache |
Undocumented |