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
d03b073e
Kaydet (Commit)
d03b073e
authored
Mar 28, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add version added info for with statement and context managers
üst
168e99f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
libcontextlib.tex
Doc/lib/libcontextlib.tex
+2
-0
ref3.tex
Doc/ref/ref3.tex
+2
-0
ref7.tex
Doc/ref/ref7.tex
+2
-0
No files found.
Doc/lib/libcontextlib.tex
Dosyayı görüntüle @
d03b073e
...
...
@@ -4,6 +4,8 @@
\declaremodule
{
standard
}{
contextlib
}
\modulesynopsis
{
Utilities for
\keyword
{
with
}
-statement contexts.
}
\versionadded
{
2.5
}
This module provides utilities for common tasks involving the
\keyword
{
with
}
statement.
...
...
Doc/ref/ref3.tex
Dosyayı görüntüle @
d03b073e
...
...
@@ -2109,6 +2109,8 @@ implement a \method{__coerce__()} method, for use by the built-in
\subsection
{
Context Managers and Contexts
\label
{
context-managers
}}
\versionadded
{
2.5
}
A
\dfn
{
context manager
}
is an object that manages the entry to, and exit
from, a
\dfn
{
context
}
surrounding a block of code. Context managers are
normally invoked using the
\keyword
{
with
}
statement (described in
...
...
Doc/ref/ref7.tex
Dosyayı görüntüle @
d03b073e
...
...
@@ -312,6 +312,8 @@ statement to generate exceptions may be found in section~\ref{raise}.
\section
{
The
\keyword
{
with
}
statement
\label
{
with
}}
\stindex
{
with
}
\versionadded
{
2.5
}
The
\keyword
{
with
}
statement is used to wrap the execution of a block
with methods defined by a context manager (see
section~
\ref
{
context-managers
}
). This allows common
...
...
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