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
91cc5cd1
Kaydet (Commit)
91cc5cd1
authored
Tem 10, 2004
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarify docs for inspect.getargspec() that the fourth value is None when there
are no default arguments for the function.
üst
bdc36273
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libinspect.tex
Doc/lib/libinspect.tex
+3
-3
No files found.
Doc/lib/libinspect.tex
Dosyayı görüntüle @
91cc5cd1
...
...
@@ -255,9 +255,9 @@ Note:
\var
{
args
}
is a list of the argument names (it may contain nested lists).
\var
{
varargs
}
and
\var
{
varkw
}
are the names of the
\code
{
*
}
and
\code
{
**
}
arguments or
\code
{
None
}
.
\var
{
defaults
}
is a tuple of default argument values
; if this tuple
has
\var
{
n
}
elements, they correspond to the last
\var
{
n
}
elements
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
}
.
\end{funcdesc}
\begin{funcdesc}
{
getargvalues
}{
frame
}
...
...
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