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
6153fa19
Kaydet (Commit)
6153fa19
authored
May 26, 2000
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Guido's rewording of my definition of "root package", with an addition by me.
üst
52134003
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
dist.tex
Doc/dist/dist.tex
+8
-6
No files found.
Doc/dist/dist.tex
Dosyayı görüntüle @
6153fa19
...
@@ -171,12 +171,14 @@ following glossary of common Python terms:
...
@@ -171,12 +171,14 @@ following glossary of common Python terms:
\item
[package]
a module that contains other modules; typically contained
\item
[package]
a module that contains other modules; typically contained
in a directory in the filesystem and distinguished from other
in a directory in the filesystem and distinguished from other
directories by the presence of a file
\file
{
\_\_
init
\_\_
.py
}
.
directories by the presence of a file
\file
{
\_\_
init
\_\_
.py
}
.
\item
[root package]
the ``package'' that modules not in a package live
\item
[root package]
the root of the hierarchy of packages. (This isn't
in. The vast majority of the standard library is in the root package,
really a package, since it doesn't have an
\file
{
\_\_
init
\_\_
.py
}
as are many small, standalone third-party modules that don't belong to
file. But we have to call it something.) The vast majority of the
a larger module collection. (The root package isn't really a package,
standard library is in the root package, as are many small, standalone
since it doesn't have an
\file
{
\_\_
init
\_\_
.py
}
file. But we have to
third-party modules that don't belong to a larger module collection.
call it something.)
Unlike regular packages, modules in the root package can be found in
many directories: in fact, every directory listed in
\code
{
sys.path
}
can contribute modules to the root package.
\end{description}
\end{description}
...
...
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