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 487aedb commit 3a990c6Copy full SHA for 3a990c6
1 file changed
Doc/library/inspect.rst
@@ -752,7 +752,7 @@ Classes and functions
752
metatype is in use, cls will be the first element of the tuple.
753
754
755
-.. function:: getcallargs(func[, *args][, **kwds])
+.. function:: getcallargs(func, *args, **kwds)
756
757
Bind the *args* and *kwds* to the argument names of the Python function or
758
method *func*, as if it was called with them. For bound methods, bind also the
0 commit comments