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
d3f39d31
Kaydet (Commit)
d3f39d31
authored
Ara 06, 2016
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update pydoc topics for 3.6.0rc1
üst
8bb38a79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
4 deletions
+37
-4
topics.py
Lib/pydoc_data/topics.py
+37
-4
No files found.
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
d3f39d31
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on
Mon Nov 21 23:22:05
2016
# Autogenerated by Sphinx on
Tue Dec 6 18:51:51
2016
topics
=
{
'assert'
:
'
\n
'
'The "assert" statement
\n
'
'**********************
\n
'
...
...
@@ -8503,9 +8503,10 @@ topics = {'assert': '\n'
'defined at the
\n
'
'class scope. Class variables must be accessed through the '
'first
\n
'
'parameter of instance or class methods, and cannot be '
'accessed at all
\n
'
'from static methods.
\n
'
'parameter of instance or class methods, or through the '
'implicit
\n
'
'lexically scoped "__class__" reference described in the next '
'section.
\n
'
'
\n
'
'
\n
'
'Creating the class object
\n
'
...
...
@@ -8535,6 +8536,38 @@ topics = {'assert': '\n'
'passed to the
\n
'
'method.
\n
'
'
\n
'
'**CPython implementation detail:** In CPython 3.6 and later, '
'the
\n
'
'"__class__" cell is passed to the metaclass as a '
'"__classcell__" entry
\n
'
'in the class namespace. If present, this must be propagated '
'up to the
\n
'
'"type.__new__" call in order for the class to be '
'initialised
\n
'
'correctly. Failing to do so will result in a '
'"DeprecationWarning" in
\n
'
'Python 3.6, and a "RuntimeWarning" in the future.
\n
'
'
\n
'
'When using the default metaclass "type", or any metaclass '
'that
\n
'
'ultimately calls "type.__new__", the following additional
\n
'
'customisation steps are invoked after creating the class '
'object:
\n
'
'
\n
'
'* first, "type.__new__" collects all of the descriptors in '
'the class
\n
'
' namespace that define a "__set_name__()" method;
\n
'
'
\n
'
'* second, all of these "__set_name__" methods are called '
'with the
\n
'
' class being defined and the assigned name of that '
'particular
\n
'
' descriptor; and
\n
'
'
\n
'
'* finally, the "__init_subclass__()" hook is called on the '
'immediate
\n
'
' parent of the new class in its method resolution order.
\n
'
'
\n
'
'After the class object is created, it is passed to the '
'class
\n
'
'decorators included in the class definition (if any) and the '
...
...
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