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
bc8ad5bd
Kaydet (Commit)
bc8ad5bd
authored
Mar 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace lists of attributes for code and frame objects with a reference to the
Python Reference Manual.
üst
fdbd51db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
36 deletions
+4
-36
libpdb.tex
Doc/lib/libpdb.tex
+2
-18
libpdb.tex
Doc/libpdb.tex
+2
-18
No files found.
Doc/lib/libpdb.tex
Dosyayı görüntüle @
bc8ad5bd
...
...
@@ -300,21 +300,5 @@ new local trace function
Note that as an exception is propagated down the chain of callers, an
\code
{
'exception'
}
event is generated at each level.
Stack frame objects have the following read-only attributes:
\begin{description}
\item
[f_code]
the code object being executed
\item
[f_lineno]
the current line number (
\code
{
-1
}
for
\code
{
'call'
}
events)
\item
[f_back]
the stack frame of the caller, or None
\item
[f_locals]
dictionary containing local name bindings
\item
[f_globals]
dictionary containing global name bindings
\end{description}
Code objects have the following read-only attributes:
\begin{description}
\item
[co_code]
the code string
\item
[co_names]
the list of names used by the code
\item
[co_consts]
the list of (literal) constants used by the code
\item
[co_filename]
the filename from which the code was compiled
\end{description}
For more information on code and frame objects, refer to the
\emph
{
Python Reference Manual
}
.
Doc/libpdb.tex
Dosyayı görüntüle @
bc8ad5bd
...
...
@@ -300,21 +300,5 @@ new local trace function
Note that as an exception is propagated down the chain of callers, an
\code
{
'exception'
}
event is generated at each level.
Stack frame objects have the following read-only attributes:
\begin{description}
\item
[f_code]
the code object being executed
\item
[f_lineno]
the current line number (
\code
{
-1
}
for
\code
{
'call'
}
events)
\item
[f_back]
the stack frame of the caller, or None
\item
[f_locals]
dictionary containing local name bindings
\item
[f_globals]
dictionary containing global name bindings
\end{description}
Code objects have the following read-only attributes:
\begin{description}
\item
[co_code]
the code string
\item
[co_names]
the list of names used by the code
\item
[co_consts]
the list of (literal) constants used by the code
\item
[co_filename]
the filename from which the code was compiled
\end{description}
For more information on code and frame objects, refer to the
\emph
{
Python Reference Manual
}
.
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