Thanks to visit codestin.com Credit goes to github.com
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 33903c5 commit 1dc9a4fCopy full SHA for 1dc9a4f
1 file changed
Doc/library/stdtypes.rst
@@ -4565,7 +4565,7 @@ can be used interchangeably to index the same dictionary entry.
4565
4566
Return a shallow copy of the dictionary.
4567
4568
- .. classmethod:: fromkeys(iterable, value=None)
+ .. classmethod:: fromkeys(iterable, value=None, /)
4569
4570
Create a new dictionary with keys from *iterable* and values set to *value*.
4571
0 commit comments