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 bdc3627 commit 91cc5cdCopy full SHA for 91cc5cd
1 file changed
Doc/lib/libinspect.tex
@@ -255,9 +255,9 @@ \subsection{Classes and functions
255
\var{args} is a list of the argument names (it may contain nested lists).
256
\var{varargs} and \var{varkw} are the names of the \code{*} and
257
\code{**} arguments or \code{None}.
258
- \var{defaults} is a tuple of default argument values; if this tuple
259
- has \var{n} elements, they correspond to the last \var{n} elements
260
- listed in \var{args}.
+ \var{defaults} is a tuple of default argument values or None if there are no
+ default arguments; if this tuple has \var{n} elements, they correspond to
+ the last \var{n} elements listed in \var{args}.
261
\end{funcdesc}
262
263
\begin{funcdesc}{getargvalues}{frame}
0 commit comments