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
e8e87999
Kaydet (Commit)
e8e87999
authored
Mar 25, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove untrue statement about . and .. being included in list of names
passed to walk() visitor.
üst
fb8f1cad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libppath.tex
Doc/lib/libppath.tex
+2
-2
libppath.tex
Doc/libppath.tex
+2
-2
No files found.
Doc/lib/libppath.tex
Dosyayı görüntüle @
e8e87999
...
...
@@ -125,8 +125,8 @@ Calls the function \var{visit} with arguments
directory tree rooted at
\var
{
p
}
(including
\var
{
p
}
itself, if it is a
directory). The argument
\var
{
dirname
}
specifies the visited directory,
the argument
\var
{
names
}
lists the files in the directory (gotten from
\code
{
posix.listdir(
\var
{
dirname
}
)
}
, so including
\samp
{
.
}
and
\samp
{
..
}
).
The
\var
{
visit
}
function may modify
\var
{
names
}
to
\code
{
posix.listdir(
\var
{
dirname
}
)
}
).
The
\var
{
visit
}
function may modify
\var
{
names
}
to
influence the set of directories visited below
\var
{
dirname
}
, e.g., to
avoid visiting certain parts of the tree. (The object referred to by
\var
{
names
}
must be modified in place, using
\code
{
del
}
or slice
...
...
Doc/libppath.tex
Dosyayı görüntüle @
e8e87999
...
...
@@ -125,8 +125,8 @@ Calls the function \var{visit} with arguments
directory tree rooted at
\var
{
p
}
(including
\var
{
p
}
itself, if it is a
directory). The argument
\var
{
dirname
}
specifies the visited directory,
the argument
\var
{
names
}
lists the files in the directory (gotten from
\code
{
posix.listdir(
\var
{
dirname
}
)
}
, so including
\samp
{
.
}
and
\samp
{
..
}
).
The
\var
{
visit
}
function may modify
\var
{
names
}
to
\code
{
posix.listdir(
\var
{
dirname
}
)
}
).
The
\var
{
visit
}
function may modify
\var
{
names
}
to
influence the set of directories visited below
\var
{
dirname
}
, e.g., to
avoid visiting certain parts of the tree. (The object referred to by
\var
{
names
}
must be modified in place, using
\code
{
del
}
or slice
...
...
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