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
2cefb3cf
Kaydet (Commit)
2cefb3cf
authored
May 25, 2013
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Various tweaks to importlib docs.
üst
4ace240f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
importlib.rst
Doc/library/importlib.rst
+8
-3
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
2cefb3cf
...
...
@@ -238,6 +238,10 @@ ABC hierarchy::
The
path
to
where
the
module
data
is
stored
(
not
set
for
built
-
in
modules
).
-
:
attr
:`
__cached__
`
The
path
to
where
a
compiled
version
of
the
module
is
/
should
be
stored
(
not
set
when
the
attribute
would
be
inappropriate
).
-
:
attr
:`
__path__
`
A
list
of
strings
specifying
the
search
path
within
a
package
.
This
attribute
is
not
set
on
modules
.
...
...
@@ -407,7 +411,8 @@ ABC hierarchy::
automatically
.
When
writing
to
the
path
fails
because
the
path
is
read
-
only
(:
attr
:`
errno
.
EACCES
`),
do
not
propagate
the
exception
.
(:
attr
:`
errno
.
EACCES
`/:
exc
:`
PermissionError
`),
do
not
propagate
the
exception
.
..
method
::
get_code
(
fullname
)
...
...
@@ -668,8 +673,8 @@ find and load modules.
specified
by
*
fullname
*
on
:
data
:`
sys
.
path
`
or
,
if
defined
,
on
*
path
*.
For
each
path
entry
that
is
searched
,
:
data
:`
sys
.
path_importer_cache
`
is
checked
.
If
a
non
-
false
object
is
found
then
it
is
used
as
the
:
term
:`
finder
`
to
look
for
the
modul
e
being
searched
for
.
If
no
entry
is
found
in
found
then
it
is
used
as
the
:
term
:`
path
entry
finder
`
to
look
for
th
e
module
being
searched
for
.
If
no
entry
is
found
in
:
data
:`
sys
.
path_importer_cache
`,
then
:
data
:`
sys
.
path_hooks
`
is
searched
for
a
finder
for
the
path
entry
and
,
if
found
,
is
stored
in
:
data
:`
sys
.
path_importer_cache
`
along
with
being
queried
about
the
...
...
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