Commit 63dedef4 authored by Adorilson Bezerra's avatar Adorilson Bezerra Committed by Stéphane Wirtel

Doc: Add list(dict) in stdtypes library (GH-16209)

parent 0048afc1
......@@ -4234,6 +4234,10 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
These are the operations that dictionaries support (and therefore, custom
mapping types should support too):
.. describe:: list(d)
Return a list of all the keys used in the dictionary *d*.
.. describe:: len(d)
Return the number of items in the dictionary *d*.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment