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
b3be52ea
Kaydet (Commit)
b3be52ea
authored
Tem 15, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Try to clean up some indexing relevant to the import statement.
Pertains to SF bug #518989.
üst
19db13bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ref6.tex
Doc/ref/ref6.tex
+3
-3
No files found.
Doc/ref/ref6.tex
Dosyayı görüntüle @
b3be52ea
...
@@ -612,6 +612,9 @@ It continues with the next cycle of the nearest enclosing loop.
...
@@ -612,6 +612,9 @@ It continues with the next cycle of the nearest enclosing loop.
\section
{
The
\keyword
{
import
}
statement
\label
{
import
}}
\section
{
The
\keyword
{
import
}
statement
\label
{
import
}}
\stindex
{
import
}
\stindex
{
import
}
\index
{
module!importing
}
\indexii
{
name
}{
binding
}
\kwindex
{
from
}
\begin{productionlist}
\begin{productionlist}
\production
{
import
_
stmt
}
\production
{
import
_
stmt
}
...
@@ -631,9 +634,6 @@ namespace (of the scope where the \keyword{import} statement occurs).
...
@@ -631,9 +634,6 @@ namespace (of the scope where the \keyword{import} statement occurs).
The first form (without
\keyword
{
from
}
) repeats these steps for each
The first form (without
\keyword
{
from
}
) repeats these steps for each
identifier in the list. The form with
\keyword
{
from
}
performs step
identifier in the list. The form with
\keyword
{
from
}
performs step
(1) once, and then performs step (2) repeatedly.
(1) once, and then performs step (2) repeatedly.
\indexii
{
importing
}{
module
}
\indexii
{
name
}{
binding
}
\kwindex
{
from
}
In this context, to ``initialize'' a built-in or extension module means to
In this context, to ``initialize'' a built-in or extension module means to
call an initialization function that the module must provide for the purpose
call an initialization function that the module must provide for the purpose
...
...
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