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
a096a2e6
Kaydet (Commit)
a096a2e6
authored
Kas 02, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Warn that AddModule doesn't import the module.
üst
446fd040
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
api.tex
Doc/api/api.tex
+6
-1
No files found.
Doc/api/api.tex
Dosyayı görüntüle @
a096a2e6
...
@@ -983,7 +983,12 @@ Return the module object corresponding to a module name. The
...
@@ -983,7 +983,12 @@ Return the module object corresponding to a module name. The
check the modules dictionary if there's one there, and if not, create
check the modules dictionary if there's one there, and if not, create
a new one and insert in in the modules dictionary. Because the former
a new one and insert in in the modules dictionary. Because the former
action is most common, this does not return a new reference, and you
action is most common, this does not return a new reference, and you
do not own the returned reference. Return
\NULL
{}
with an
do not own the returned reference.
Warning: this function does not load or import the module; if the
module wasn't already loaded, you will get an empty module object.
Use
\cfunction
{
PyImport
_
ImportModule()
}
or one of its variants to
import a module.
Return
\NULL
{}
with an
exception set on failure.
\strong
{
Note:
}
this function returns
exception set on failure.
\strong
{
Note:
}
this function returns
a ``borrowed'' reference.
a ``borrowed'' reference.
\end{cfuncdesc}
\end{cfuncdesc}
...
...
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