(original) (raw)
On 4/7/07, Guido van Rossum <guido@python.org> wrote:
On 4/7/07, Adam Olsen <rhamph@gmail.com> wrote:
> On 4/7/07, Steven Bethard <steven.bethard@gmail.com> wrote:
> > Here's a patch implementing
collections.counts() as suggested above:
>
> The name doesn't make it obvious to me what's going on. Maybe
> countunique()? Some other options are countdistinct() and
> countduplicates().
-1. I like the name that Steve proposed just fine; "counts" perfectly
explain that it produces counts of items. If there couldn't be
duplicates then "counts" wouldn't make sense since the only outcomes
would be True or False (present or not).
I call that function 'tally'.
-Kevin