mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
merge 3.3 (closes #20108)
This commit is contained in:
commit
c22eaecd53
3 changed files with 6 additions and 2 deletions
|
|
@ -753,7 +753,7 @@ Classes and functions
|
|||
metatype is in use, cls will be the first element of the tuple.
|
||||
|
||||
|
||||
.. function:: getcallargs(func[, *args][, **kwds])
|
||||
.. function:: getcallargs(func, *args, **kwds)
|
||||
|
||||
Bind the *args* and *kwds* to the argument names of the Python function or
|
||||
method *func*, as if it was called with them. For bound methods, bind also the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue