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
f0c1f1ba
Kaydet (Commit)
f0c1f1ba
authored
Nis 01, 2002
tarafından
Jeremy Hylton
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Note the sole case in which the ban on "from ... import *" within a
function is enforced.
üst
15b68976
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ref6.tex
Doc/ref/ref6.tex
+5
-1
No files found.
Doc/ref/ref6.tex
Dosyayı görüntüle @
f0c1f1ba
...
@@ -680,7 +680,11 @@ defined, the set of public names includes all names found in the
...
@@ -680,7 +680,11 @@ defined, the set of public names includes all names found in the
module's namespace which do not begin with an underscore character
module's namespace which do not begin with an underscore character
(
\character
{_}
).
(
\character
{_}
).
The
\keyword
{
from
}
form with
\samp
{
*
}
may only occur in a module scope.
The
\keyword
{
from
}
form with
\samp
{
*
}
may only occur in a module
scope. If the wild card form of import ---
\samp
{
import *
}
--- is
used in a function and the function contains or is a nested block with
free variables, the compiler will raise a
\exception
{
SyntaxError
}
.
\kwindex
{
from
}
\kwindex
{
from
}
\stindex
{
from
}
\stindex
{
from
}
...
...
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