collections – Container data typesΒΆ
| Purpose: | Container data types. |
|---|---|
| Available In: | 2.4 and later |
The collections module includes container data types beyond the built-in types list, dict, and tuple.
See also
- collections
- The standard library documentation for this module.

