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
cd05ca97
Kaydet (Commit)
cd05ca97
authored
Mar 07, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unnecessary blank line in long code sample.
Remove a confusing article.
üst
1c8d0e05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
ext.tex
Doc/ext.tex
+2
-3
ext.tex
Doc/ext/ext.tex
+2
-3
No files found.
Doc/ext.tex
Dosyayı görüntüle @
cd05ca97
...
...
@@ -781,7 +781,7 @@ with the type information from \var{format} from left to right.
\strong
{
Note:
}
Nested tuples cannot be parsed when using keyword
arguments! Keyword parameters passed in which are not present in the
\var
{
kwlist
}
will cause
a
\exception
{
TypeError
}
to be raised.
\var
{
kwlist
}
will cause
\exception
{
TypeError
}
to be raised.
Here is an example module which uses keywords, based on an example by
Geoff Philbrick (
\email
{
philbrick@hks.com
}
):
...
...
@@ -825,8 +825,7 @@ void
initkeywdarg()
{
/* Create the module and add the functions */
Py
_
InitModule("keywdarg", keywdarg
_
methods);
Py
_
InitModule("keywdarg", keywdarg
_
methods);
}
\end{verbatim}
...
...
Doc/ext/ext.tex
Dosyayı görüntüle @
cd05ca97
...
...
@@ -781,7 +781,7 @@ with the type information from \var{format} from left to right.
\strong
{
Note:
}
Nested tuples cannot be parsed when using keyword
arguments! Keyword parameters passed in which are not present in the
\var
{
kwlist
}
will cause
a
\exception
{
TypeError
}
to be raised.
\var
{
kwlist
}
will cause
\exception
{
TypeError
}
to be raised.
Here is an example module which uses keywords, based on an example by
Geoff Philbrick (
\email
{
philbrick@hks.com
}
):
...
...
@@ -825,8 +825,7 @@ void
initkeywdarg()
{
/* Create the module and add the functions */
Py
_
InitModule("keywdarg", keywdarg
_
methods);
Py
_
InitModule("keywdarg", keywdarg
_
methods);
}
\end{verbatim}
...
...
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