About Anaconda Help Download Anaconda

A multiset implementation for python

Installers

Info: This package contains files in non-standard labels.
  • noarch v3.0.1

conda install

To install this package run one of the following:
conda install conda-forge::multiset
conda install conda-forge/label/cf201901::multiset
conda install conda-forge/label/cf202003::multiset
conda install conda-forge/label/gcc7::multiset

Description

A multiset is similar to the builtin set, but it allows an element to occur multiple times. It is an unordered collection of element which have to be hashable just like in a set. It supports the same methods and operations as set does, e.g. membership test, union, intersection, and (symmetric) difference.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy