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
ae9eb5c4
Kaydet (Commit)
ae9eb5c4
authored
Nis 26, 2009
tarafından
Hirokazu Yamamoto
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed documentation build warning.
üst
c34ed8e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
json.rst
Doc/library/json.rst
+2
-2
datamodel.rst
Doc/reference/datamodel.rst
+1
-1
No files found.
Doc/library/json.rst
Dosyayı görüntüle @
ae9eb5c4
...
@@ -190,7 +190,7 @@ Basic Usage
...
@@ -190,7 +190,7 @@ Basic Usage
*object_hook* is also defined, the *object_pairs_hook* takes priority.
*object_hook* is also defined, the *object_pairs_hook* takes priority.
.. versionchanged:: 3.1
.. versionchanged:: 3.1
Added support for *object_pairs_hook*.
Added support for *object_pairs_hook*.
*parse_float*, if specified, will be called with the string of every JSON
*parse_float*, if specified, will be called with the string of every JSON
float to be decoded. By default, this is equivalent to ``float(num_str)``.
float to be decoded. By default, this is equivalent to ``float(num_str)``.
...
@@ -278,7 +278,7 @@ Encoders and decoders
...
@@ -278,7 +278,7 @@ Encoders and decoders
*object_hook* is also defined, the *object_pairs_hook* takes priority.
*object_hook* is also defined, the *object_pairs_hook* takes priority.
.. versionchanged:: 3.1
.. versionchanged:: 3.1
Added support for *object_pairs_hook*.
Added support for *object_pairs_hook*.
*parse_float*, if specified, will be called with the string of every JSON
*parse_float*, if specified, will be called with the string of every JSON
float to be decoded. By default, this is equivalent to ``float(num_str)``.
float to be decoded. By default, this is equivalent to ``float(num_str)``.
...
...
Doc/reference/datamodel.rst
Dosyayı görüntüle @
ae9eb5c4
...
@@ -1569,7 +1569,7 @@ calling the metaclass's :meth:`__prepare__` method which returns an empty
...
@@ -1569,7 +1569,7 @@ calling the metaclass's :meth:`__prepare__` method which returns an empty
:class:`collections.OrderedDict`. That mapping records the methods and
:class:`collections.OrderedDict`. That mapping records the methods and
attributes of *A* as they are defined within the body of the class statement.
attributes of *A* as they are defined within the body of the class statement.
Once those definitions are executed, the ordered dictionary is fully populated
Once those definitions are executed, the ordered dictionary is fully populated
and the metaclass's :meth:`__new__
` method gets invoked. That method builds
and the metaclass's :meth:`__new__` method gets invoked. That method builds
the new type and it saves the ordered dictionary keys in an attribute
the new type and it saves the ordered dictionary keys in an attribute
called *members*.
called *members*.
...
...
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