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
1f6ee73c
Kaydet (Commit)
1f6ee73c
authored
Nis 28, 2013
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge for issue #17357
üst
9f146819
4067aa27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
importlib.rst
Doc/library/importlib.rst
+5
-5
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
1f6ee73c
...
...
@@ -109,9 +109,9 @@ Functions
Invalidate the internal caches of finders stored at
:data:`sys.meta_path`. If a finder implements ``invalidate_caches()`` then it
will be called to perform the invalidation. This function
may be needed if
some modules are installed while your program is running and you expect the
program to notice the changes
.
will be called to perform the invalidation. This function
should be called
if any modules are created/installed while your program is running to
guarantee all finders will notice the new module'
s
existence
.
..
versionadded
::
3.3
...
...
@@ -197,7 +197,7 @@ ABC hierarchy::
..
versionadded
::
3.3
.. method:: find_loader(fullname)
:
..
method
::
find_loader
(
fullname
)
An
abstract
method
for
finding
a
:
term
:`
loader
`
for
the
specified
module
.
Returns
a
2
-
tuple
of
``(
loader
,
portion
)``
where
``
portion
``
...
...
@@ -212,7 +212,7 @@ ABC hierarchy::
..
versionchanged
::
3.4
Returns
``(
None
,
[])``
instead
of
raising
:
exc
:`
NotImplementedError
`.
.. method:: find_module(fullname)
:
..
method
::
find_module
(
fullname
)
A
concrete
implementation
of
:
meth
:`
Finder
.
find_module
`
which
is
equivalent
to
``
self
.
find_loader
(
fullname
)[
0
]``.
...
...
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