Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
9a408515
Kaydet (Commit)
9a408515
authored
Kas 02, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
clarify trailing comma in function argument list
(SF bug #798652)
üst
e808c234
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ref5.tex
Doc/ref/ref5.tex
+2
-2
ref7.tex
Doc/ref/ref7.tex
+4
-4
No files found.
Doc/ref/ref5.tex
Dosyayı görüntüle @
9a408515
...
@@ -493,8 +493,8 @@ series of arguments:
...
@@ -493,8 +493,8 @@ series of arguments:
{
\token
{
identifier
}
"="
\token
{
expression
}}
{
\token
{
identifier
}
"="
\token
{
expression
}}
\end{productionlist}
\end{productionlist}
A trailing comma may be present after
an argument list but does not
A trailing comma may be present after
the positional and keyword
affect the semantics.
a
rguments but does not a
ffect the semantics.
The primary must evaluate to a callable object (user-defined
The primary must evaluate to a callable object (user-defined
functions, built-in functions, methods of built-in objects, class
functions, built-in functions, methods of built-in objects, class
...
...
Doc/ref/ref7.tex
Dosyayı görüntüle @
9a408515
...
@@ -322,10 +322,10 @@ section~\ref{types}):
...
@@ -322,10 +322,10 @@ section~\ref{types}):
\production
{
decorator
}
\production
{
decorator
}
{
"@"
\token
{
dotted
_
name
}
["(" [
\token
{
argument
_
list
}
[","]] ")"] NEWLINE
}
{
"@"
\token
{
dotted
_
name
}
["(" [
\token
{
argument
_
list
}
[","]] ")"] NEWLINE
}
\production
{
parameter
_
list
}
\production
{
parameter
_
list
}
{
(
\token
{
defparameter
}
",")*
}
{
(
\token
{
defparameter
}
",")*
}
\productioncont
{
("*"
\token
{
identifier
}
[, "**"
\token
{
identifier
}
]
}
\productioncont
{
(
~~
"*"
\token
{
identifier
}
[, "**"
\token
{
identifier
}
]
}
\productioncont
{
| "**"
\token
{
identifier
}
\productioncont
{
| "**"
\token
{
identifier
}
}
|
\token
{
defparameter
}
[","]
)
}
\productioncont
{
|
\token
{
defparameter
}
[","]
)
}
\production
{
defparameter
}
\production
{
defparameter
}
{
\token
{
parameter
}
["="
\token
{
expression
}
]
}
{
\token
{
parameter
}
["="
\token
{
expression
}
]
}
\production
{
sublist
}
\production
{
sublist
}
...
...
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