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
a497b442
Kaydet (Commit)
a497b442
authored
May 22, 2012
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix the versionadded tags for a couple of my recent changes
üst
42265434
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
contextlib.rst
Doc/library/contextlib.rst
+2
-2
types.rst
Doc/library/types.rst
+3
-0
No files found.
Doc/library/contextlib.rst
Dosyayı görüntüle @
a497b442
...
...
@@ -207,6 +207,8 @@ Functions and classes provided:
foundation for higher level context managers that manipulate the exit
stack in application specific ways.
.. versionadded:: 3.3
.. method:: enter_context(cm)
Enters a new context manager and adds its :meth:`__exit__` method to
...
...
@@ -270,8 +272,6 @@ Functions and classes provided:
callbacks registered, the arguments passed in will indicate that no
exception occurred.
.. versionadded:: 3.3
Examples and Recipes
--------------------
...
...
Doc/library/types.rst
Dosyayı görüntüle @
a497b442
...
...
@@ -30,6 +30,8 @@ Dynamic Type Creation
The *exec_body* callback should accept the class namespace as its sole
argument and update the namespace directly with the class contents.
.. versionadded:: 3.3
.. function:: prepare_class(name, bases=(), kwds=None)
Calculates the appropriate metaclass and creates the class namespace.
...
...
@@ -46,6 +48,7 @@ Dynamic Type Creation
``'metaclass'`` entry removed. If no *kwds* argument is passed in, this
will be an empty dict.
.. versionadded:: 3.3
.. seealso::
...
...
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