Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8476d000
Commit
8476d000
authored
Oct 08, 1995
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footnote about keyword args
parent
0568d5e9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
Doc/ref/ref5.tex
Doc/ref/ref5.tex
+2
-1
Doc/ref/ref7.tex
Doc/ref/ref7.tex
+3
-1
Doc/ref5.tex
Doc/ref5.tex
+2
-1
Doc/ref7.tex
Doc/ref7.tex
+3
-1
No files found.
Doc/ref/ref5.tex
View file @
8476d000
...
...
@@ -318,7 +318,8 @@ selected).
\index
{
call
}
A call calls a callable object (e.g. a function) with a possibly empty
series of arguments:
series of arguments:
\footnote
{
The new syntax for keyword arguments is
not yet documented in this manual. See chapter 12 of the Tutorial.
}
\obindex
{
callable
}
\begin{verbatim}
...
...
Doc/ref/ref7.tex
View file @
8476d000
...
...
@@ -267,7 +267,9 @@ restriction may be lifted in the future).
\indexii
{
function
}{
definition
}
A function definition defines a user-defined function object (see
section
\ref
{
types
}
):
section
\ref
{
types
}
):
\footnote
{
The new syntax to receive arbitrary
keyword arguments is not yet documented in this manual. See chapter
12 of the Tutorial.
}
\obindex
{
user-defined function
}
\obindex
{
function
}
...
...
Doc/ref5.tex
View file @
8476d000
...
...
@@ -318,7 +318,8 @@ selected).
\index
{
call
}
A call calls a callable object (e.g. a function) with a possibly empty
series of arguments:
series of arguments:
\footnote
{
The new syntax for keyword arguments is
not yet documented in this manual. See chapter 12 of the Tutorial.
}
\obindex
{
callable
}
\begin{verbatim}
...
...
Doc/ref7.tex
View file @
8476d000
...
...
@@ -267,7 +267,9 @@ restriction may be lifted in the future).
\indexii
{
function
}{
definition
}
A function definition defines a user-defined function object (see
section
\ref
{
types
}
):
section
\ref
{
types
}
):
\footnote
{
The new syntax to receive arbitrary
keyword arguments is not yet documented in this manual. See chapter
12 of the Tutorial.
}
\obindex
{
user-defined function
}
\obindex
{
function
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment