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.
1 parent 2eed8b7 commit ea2d66eCopy full SHA for ea2d66e
1 file changed
Doc/library/inspect.rst
@@ -69,7 +69,12 @@ attributes:
69
| | | :term:`bytecode` |
70
+-----------+-----------------+---------------------------+
71
| | __defaults__ | tuple of any default |
72
-| | | values for arguments |
+| | | values for positional or |
73
+| | | keyword parameters |
74
++-----------+-----------------+---------------------------+
75
+| | __kwdefaults__ | mapping of any default |
76
+| | | values for keyword-only |
77
+| | | parameters |
78
79
| | __globals__ | global namespace in which |
80
| | | this function was defined |
0 commit comments