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
5f5f6308
Kaydet (Commit)
5f5f6308
authored
Haz 26, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix various typos reported to python-docs.
üst
56d52330
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
refa1.tex
Doc/ref/refa1.tex
+4
-4
No files found.
Doc/ref/refa1.tex
Dosyayı görüntüle @
5f5f6308
...
...
@@ -160,10 +160,10 @@ No feature description will ever be deleted from \module{__future__}.
\section
{
Nested scopes
\label
{
nested-scopes
}}
\indexii
{
nested
}{
scopes
}
This section defines the new scoping semantics that w
ill b
e introduced
in Python 2.2. They
a
re available in Python 2.1 by using the future
This section defines the new scoping semantics that w
er
e introduced
in Python 2.2. They
we
re available in Python 2.1 by using the future
statement
\samp
{
nested
_
scopes
}
. This section begins with a bit of
terminology.
terminology.
\subsection
{
Definitions and rules
\label
{
definitions
}}
...
...
@@ -177,7 +177,7 @@ a unit. The following are blocks: a module, a function body, and a
class definition.
A
\dfn
{
scope
}
defines the visibility of a name within a block. If a
local variable is defined in a block, it
'
s scope includes that block.
local variable is defined in a block, its scope includes that block.
If the definition occurs in a function block, the scope extends to any
blocks contained within the defining one, unless a contained block
introduces a different binding for the name. The scope of names
...
...
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