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
706a7296
Kaydet (Commit)
706a7296
authored
Ara 13, 2013
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge for issue #19963
üst
18701160
98620d87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
importlib.rst
Doc/library/importlib.rst
+5
-2
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
706a7296
...
@@ -82,10 +82,13 @@ Functions
...
@@ -82,10 +82,13 @@ Functions
derived
from
:
func
:`
importlib
.
__import__
`,
including
requiring
the
package
derived
from
:
func
:`
importlib
.
__import__
`,
including
requiring
the
package
from
which
an
import
is
occurring
to
have
been
previously
imported
from
which
an
import
is
occurring
to
have
been
previously
imported
(
i
.
e
.,
*
package
*
must
already
be
imported
).
The
most
important
difference
(
i
.
e
.,
*
package
*
must
already
be
imported
).
The
most
important
difference
is
that
:
func
:`
import_module
`
returns
the
most
nest
ed
package
or
module
is
that
:
func
:`
import_module
`
returns
the
specifi
ed
package
or
module
that
was
imported
(
e
.
g
.
``
pkg
.
mod
``),
while
:
func
:`
__import__
`
returns
the
(
e
.
g
.
``
pkg
.
mod
``),
while
:
func
:`
__import__
`
returns
the
top
-
level
package
or
module
(
e
.
g
.
``
pkg
``).
top
-
level
package
or
module
(
e
.
g
.
``
pkg
``).
..
versionchanged
::
3.3
Parent
packages
are
automatically
imported
.
..
function
::
find_loader
(
name
,
path
=
None
)
..
function
::
find_loader
(
name
,
path
=
None
)
Find
the
loader
for
a
module
,
optionally
within
the
specified
*
path
*.
If
the
Find
the
loader
for
a
module
,
optionally
within
the
specified
*
path
*.
If
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