This commit is contained in:
Łukasz Langa 2019-02-25 13:08:32 +01:00
parent 16323cb2c3
commit 23f4589b4b
No known key found for this signature in database
GPG key ID: B26995E310250568
57 changed files with 555 additions and 120 deletions

View file

@ -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 functions 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 '