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
c4b12483
Unverified
Kaydet (Commit)
c4b12483
authored
Ock 28, 2018
tarafından
Eric V. Smith
Kaydeden (comit)
GitHub
Ock 28, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Pep 557 What's New (GH-5371)
Add PEP 557 Data CLasses to What's New.
üst
bea57060
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
3.7.rst
Doc/whatsnew/3.7.rst
+18
-0
No files found.
Doc/whatsnew/3.7.rst
Dosyayı görüntüle @
c4b12483
...
...
@@ -311,6 +311,24 @@ environment variable are added to control the UTF-8 mode.
PEP written and implemented by Victor Stinner
.. _whatsnew37-pep557:
PEP 557: Data Classes
---------------------
Adds a new module ``dataclasses``. It provides a class decorator
``dataclass`` which inspects the class's variable annotations (see
:pep:`526`) and using them, adds methods such as ``__init__``,
``__repr__``, and ``__eq__`` to the class. It is similar to
``typing.NamedTuple``, but also works on classes with mutable
instances, among other features.
.. seealso::
:pep:`557` -- Data Classes
PEP written and implemented by Eric V. Smith
New Development Mode: -X dev
----------------------------
...
...
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