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
441d945e
Unverified
Kaydet (Commit)
441d945e
authored
Nis 20, 2018
tarafından
Brett Cannon
Kaydeden (comit)
GitHub
Nis 20, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarify that __path__ can't be just any value (GH-6554)
üst
a8c34246
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
import.rst
Doc/reference/import.rst
+1
-2
2018-04-20-14-09-36.bpo-33276.rA1z_3.rst
...xt/Documentation/2018-04-20-14-09-36.bpo-33276.rA1z_3.rst
+1
-0
No files found.
Doc/reference/import.rst
Dosyayı görüntüle @
441d945e
...
...
@@ -616,8 +616,7 @@ the module.
module.__path__
---------------
By definition, if a module has a ``__path__`` attribute, it is a package,
regardless of its value.
By definition, if a module has a ``__path__`` attribute, it is a package.
A package'
s
``
__path__
``
attribute
is
used
during
imports
of
its
subpackages
.
Within
the
import
machinery
,
it
functions
much
the
same
as
:
data
:`
sys
.
path
`,
...
...
Misc/NEWS.d/next/Documentation/2018-04-20-14-09-36.bpo-33276.rA1z_3.rst
0 → 100644
Dosyayı görüntüle @
441d945e
Clarify that the ``__path__`` attribute on modules cannot be just any value.
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