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
5bfe4850
Kaydet (Commit)
5bfe4850
authored
Nis 03, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Consistency: Don't use module name when referring to functions defined
in the same module.
üst
2cfc835b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
libglob.tex
Doc/lib/libglob.tex
+1
-2
libglob.tex
Doc/libglob.tex
+1
-2
No files found.
Doc/lib/libglob.tex
Dosyayı görüntüle @
5bfe4850
\section
{
Standard Module
\sectcode
{
glob
}}
\label
{
module-glob
}
\stmodindex
{
glob
}
\setindexsubitem
{
(in module glob)
}
The
\module
{
glob
}
module finds all the pathnames matching a specified
pattern according to the rules used by the
\UNIX
{}
shell. No tilde
...
...
@@ -21,7 +20,7 @@ which must be a string containing a path specification.
\end{funcdesc}
For example, consider a directory containing only the following files:
\file
{
1.gif
}
,
\file
{
2.txt
}
, and
\file
{
card.gif
}
.
\function
{
glob
.glob
()
}
\file
{
1.gif
}
,
\file
{
2.txt
}
, and
\file
{
card.gif
}
.
\function
{
glob()
}
will produce the following results. Notice how any leading components
of the path are preserved.
...
...
Doc/libglob.tex
Dosyayı görüntüle @
5bfe4850
\section
{
Standard Module
\sectcode
{
glob
}}
\label
{
module-glob
}
\stmodindex
{
glob
}
\setindexsubitem
{
(in module glob)
}
The
\module
{
glob
}
module finds all the pathnames matching a specified
pattern according to the rules used by the
\UNIX
{}
shell. No tilde
...
...
@@ -21,7 +20,7 @@ which must be a string containing a path specification.
\end{funcdesc}
For example, consider a directory containing only the following files:
\file
{
1.gif
}
,
\file
{
2.txt
}
, and
\file
{
card.gif
}
.
\function
{
glob
.glob
()
}
\file
{
1.gif
}
,
\file
{
2.txt
}
, and
\file
{
card.gif
}
.
\function
{
glob()
}
will produce the following results. Notice how any leading components
of the path are preserved.
...
...
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