[Python-Dev] Improving docs for len() of set
Ethan Furman
ethan at stoneleaf.us
Mon Feb 8 11:38:56 EST 2016
More information about the Python-Dev mailing list
Mon Feb 8 11:38:56 EST 2016
- Previous message (by thread): [Python-Dev] Improving docs for len() of set
- Next message (by thread): [Python-Dev] Improving docs for len() of set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 02/08/2016 08:23 AM, Ben Hoyt wrote:
> .. describe:: len(s)
>
> Return the number of elements in set *s* (cardinality of *s*).
Return the number of elements (cardinality) of *s*.
+1
--
~Ethan~
- Previous message (by thread): [Python-Dev] Improving docs for len() of set
- Next message (by thread): [Python-Dev] Improving docs for len() of set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list