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
f618a48d
Kaydet (Commit)
f618a48d
authored
Kas 02, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct typo in walk.__doc__ reported by Francois Pinard.
üst
5a2ca932
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ntpath.py
Lib/ntpath.py
+1
-1
posixpath.py
Lib/posixpath.py
+1
-1
No files found.
Lib/ntpath.py
Dosyayı görüntüle @
f618a48d
...
@@ -255,7 +255,7 @@ def ismount(path):
...
@@ -255,7 +255,7 @@ def ismount(path):
def
walk
(
top
,
func
,
arg
):
def
walk
(
top
,
func
,
arg
):
"""Directory tree walk whth callback function.
"""Directory tree walk whth callback function.
walk(top, func, arg
s
) calls func(arg, d, files) for each directory d
walk(top, func, arg) calls func(arg, d, files) for each directory d
in the tree rooted at top (including top itself); files is a list
in the tree rooted at top (including top itself); files is a list
of all the files and subdirs in directory d."""
of all the files and subdirs in directory d."""
try
:
try
:
...
...
Lib/posixpath.py
Dosyayı görüntüle @
f618a48d
...
@@ -254,7 +254,7 @@ def ismount(path):
...
@@ -254,7 +254,7 @@ def ismount(path):
# or to impose a different order of visiting.
# or to impose a different order of visiting.
def
walk
(
top
,
func
,
arg
):
def
walk
(
top
,
func
,
arg
):
"""walk(top,func,arg
s
) calls func(arg, d, files) for each directory "d"
"""walk(top,func,arg) calls func(arg, d, files) for each directory "d"
in the tree rooted at "top" (including "top" itself). "files" is a list
in the tree rooted at "top" (including "top" itself). "files" is a list
of all the files and subdirs in directory "d".
of all the files and subdirs in directory "d".
"""
"""
...
...
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