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
dad11321
Kaydet (Commit)
dad11321
authored
Eki 21, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove a bunch of unnecessary "%" characters that cause problems with
the latest latex2html beta.
üst
3041b071
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
ref4.tex
Doc/ref/ref4.tex
+19
-19
No files found.
Doc/ref/ref4.tex
Dosyayı görüntüle @
dad11321
...
...
@@ -105,34 +105,34 @@ imported (i.e., when it is loaded). Note that in almost all cases,
the global namespace is the namespace of the containing module ---
scopes in Python do not nest!
\begin{tableiv}
{
l|l|l|l
}{
textrm
}
%
\begin{tableiv}
{
l|l|l|l
}{
textrm
}
{
Code block type
}{
Global namespace
}{
Local namespace
}{
Notes
}
\lineiv
{
Module
}
%
{
n.s. for this module
}
%
\lineiv
{
Module
}
{
n.s. for this module
}
{
same as global
}{}
\lineiv
{
Script (file or command)
}
%
{
n.s. for
\module
{__
main
__}}
%
\lineiv
{
Script (file or command)
}
{
n.s. for
\module
{__
main
__}}
{
same as global
}{
(1)
}
\lineiv
{
Interactive command
}
%
{
n.s. for
\module
{__
main
__}}
%
\lineiv
{
Interactive command
}
{
n.s. for
\module
{__
main
__}}
{
same as global
}{}
\lineiv
{
Class definition
}
%
{
global n.s. of containing block
}
%
\lineiv
{
Class definition
}
{
global n.s. of containing block
}
{
new n.s.
}{}
\lineiv
{
Function body
}
%
{
global n.s. of containing block
}
%
\lineiv
{
Function body
}
{
global n.s. of containing block
}
{
new n.s.
}{
(2)
}
\lineiv
{
String passed to
\keyword
{
exec
}
statement
}
%
{
global n.s. of containing block
}
%
\lineiv
{
String passed to
\keyword
{
exec
}
statement
}
{
global n.s. of containing block
}
{
local n.s. of containing block
}{
(2), (3)
}
\lineiv
{
String passed to
\function
{
eval()
}}
%
{
global n.s. of caller
}
%
\lineiv
{
String passed to
\function
{
eval()
}}
{
global n.s. of caller
}
{
local n.s. of caller
}{
(2), (3)
}
\lineiv
{
File read by
\function
{
execfile()
}}
%
{
global n.s. of caller
}
%
\lineiv
{
File read by
\function
{
execfile()
}}
{
global n.s. of caller
}
{
local n.s. of caller
}{
(2), (3)
}
\lineiv
{
Expression read by
\function
{
input()
}}
%
{
global n.s. of caller
}
%
\lineiv
{
Expression read by
\function
{
input()
}}
{
global n.s. of caller
}
{
local n.s. of caller
}{}
\end{tableiv}
\refbimodindex
{__
main
__}
...
...
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