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
3d54de2a
Kaydet (Commit)
3d54de2a
authored
Mar 07, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
clarified code objects
üst
46f21572
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ref3.tex
Doc/ref/ref3.tex
+3
-3
ref3.tex
Doc/ref3.tex
+3
-3
No files found.
Doc/ref/ref3.tex
Dosyayı görüntüle @
3d54de2a
...
...
@@ -495,11 +495,11 @@ but they are mentioned here for completeness.
\begin{description}
\item
[Code objects]
Code objects represent executable code. The difference between a code
Code objects represent ``pseudo-compiled'' executable Python code.
The difference between a code
object and a function object is that the function object contains an
explicit reference to the function's context (the module in which it
was defined) while a code object contains no context. There is no way
to execute a bare code object.
was defined) while a code object contains no context.
\obindex
{
code
}
Special read-only attributes:
\verb
@
co_code
@
is a string representing
...
...
Doc/ref3.tex
Dosyayı görüntüle @
3d54de2a
...
...
@@ -495,11 +495,11 @@ but they are mentioned here for completeness.
\begin{description}
\item
[Code objects]
Code objects represent executable code. The difference between a code
Code objects represent ``pseudo-compiled'' executable Python code.
The difference between a code
object and a function object is that the function object contains an
explicit reference to the function's context (the module in which it
was defined) while a code object contains no context. There is no way
to execute a bare code object.
was defined) while a code object contains no context.
\obindex
{
code
}
Special read-only attributes:
\verb
@
co_code
@
is a string representing
...
...
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