We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dict.fromkeys
1 parent b93386e commit c1050deCopy full SHA for c1050de
Doc/library/stdtypes.rst
@@ -4556,7 +4556,7 @@ can be used interchangeably to index the same dictionary entry.
4556
4557
Return a shallow copy of the dictionary.
4558
4559
- .. classmethod:: fromkeys(iterable, value=None)
+ .. classmethod:: fromkeys(iterable, value=None, /)
4560
4561
Create a new dictionary with keys from *iterable* and values set to *value*.
4562
0 commit comments