diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-02-25 12:08:32 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-02-25 12:08:32 (GMT) |
commit | 23f4589b4b7c4a51950a87175ce7fb31b89c8532 (patch) | |
tree | f0638a54e99d542156d8152a99c56c746d01e81a /Lib/pydoc_data/topics.py | |
parent | 16323cb2c3d315e02637cebebdc5ff46be32ecdf (diff) | |
download | cpython-23f4589b4b7c4a51950a87175ce7fb31b89c8532.zip cpython-23f4589b4b7c4a51950a87175ce7fb31b89c8532.tar.gz cpython-23f4589b4b7c4a51950a87175ce7fb31b89c8532.tar.bz2 |
v3.8.0a2v3.8.0a2
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-rw-r--r-- | Lib/pydoc_data/topics.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 4310ca5..c2f9fa8 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -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 ' |