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
f3255c85
Kaydet (Commit)
f3255c85
authored
Nis 01, 2002
tarafından
Jeremy Hylton
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reword explanation of global statement since an undeclared global is a
free variable and is subject to those rules.
üst
f0c1f1ba
Hide 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 @
f3255c85
...
...
@@ -719,9 +719,9 @@ information.
The
\keyword
{
global
}
statement is a declaration which holds for the
entire current code block. It means that the listed identifiers are to be
interpreted as globals.
While
\emph
{
using
}
global names is automatic
if they are not defined in the local scope,
\emph
{
assigning
}
to global
names would be impossible without
\keyword
{
global
}
.
interpreted as globals.
It would be impossible to assign to a global
variable without
\keyword
{
global
}
, although free variables may refer
to globals without being declared global
.
\indexiii
{
global
}{
name
}{
binding
}
Names listed in a
\keyword
{
global
}
statement must not be used in the same
...
...
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