mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
v3.8.0a2
This commit is contained in:
parent
16323cb2c3
commit
23f4589b4b
57 changed files with 555 additions and 120 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Autogenerated by Sphinx on Sun Feb 3 14:00:19 2019
|
||||
# Autogenerated by Sphinx on Mon Feb 25 13:03:43 2019
|
||||
topics = {'assert': 'The "assert" statement\n'
|
||||
'**********************\n'
|
||||
'\n'
|
||||
|
@ -962,7 +962,8 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'in a parent.)\n'
|
||||
'\n'
|
||||
'The space saved over using *__dict__* can be '
|
||||
'significant.\n'
|
||||
'significant. Attribute\n'
|
||||
'lookup speed can be significantly improved as well.\n'
|
||||
'\n'
|
||||
'object.__slots__\n'
|
||||
'\n'
|
||||
|
@ -8572,7 +8573,9 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'(unless explicitly declared in *__slots__* or available in a '
|
||||
'parent.)\n'
|
||||
'\n'
|
||||
'The space saved over using *__dict__* can be significant.\n'
|
||||
'The space saved over using *__dict__* can be significant. '
|
||||
'Attribute\n'
|
||||
'lookup speed can be significantly improved as well.\n'
|
||||
'\n'
|
||||
'object.__slots__\n'
|
||||
'\n'
|
||||
|
@ -11394,7 +11397,8 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
' Additional information about a function’s definition can be\n'
|
||||
' retrieved from its code object; see the description of '
|
||||
'internal\n'
|
||||
' types below.\n'
|
||||
' types below. The "cell" type can be accessed in the "types"\n'
|
||||
' module.\n'
|
||||
'\n'
|
||||
' Instance methods\n'
|
||||
' An instance method object combines a class, a class instance '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue