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
51d06abc
Kaydet (Commit)
51d06abc
authored
May 14, 2009
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
importlib.import_module is better these days
üst
d547144f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
simple_stmts.rst
Doc/reference/simple_stmts.rst
+2
-6
No files found.
Doc/reference/simple_stmts.rst
Dosyayı görüntüle @
51d06abc
...
@@ -825,12 +825,8 @@ then you will end up importing ``pkg.mod``. If you execute ``from ..subpkg2
...
@@ -825,12 +825,8 @@ then you will end up importing ``pkg.mod``. If you execute ``from ..subpkg2
imprt
mod
``
from
within
``
pkg
.
subpkg1
``
you
will
import
``
pkg
.
subpkg2
.
mod
``.
imprt
mod
``
from
within
``
pkg
.
subpkg1
``
you
will
import
``
pkg
.
subpkg2
.
mod
``.
The
specification
for
relative
imports
is
contained
within
:
pep
:`
328
`.
The
specification
for
relative
imports
is
contained
within
:
pep
:`
328
`.
:
func
:`
importlib
.
import_module
`
is
provided
to
support
applications
that
..
index
::
builtin
:
__import__
determine
which
modules
need
to
be
loaded
dynamically
.
The
built
-
in
function
:
func
:`
__import__
`
is
provided
to
support
applications
that
determine
which
modules
need
to
be
loaded
dynamically
;
refer
to
:
ref
:`
built
-
in
-
funcs
`
for
additional
information
.
..
_future
:
..
_future
:
...
...
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