mirror of
https://github.com/python/cpython.git
synced 2025-07-10 04:45:36 +00:00
v3.8.0a3
This commit is contained in:
parent
a6fbc4e25e
commit
9a448855b5
91 changed files with 875 additions and 184 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Autogenerated by Sphinx on Mon Feb 25 13:03:43 2019
|
||||
# Autogenerated by Sphinx on Mon Mar 25 20:32:23 2019
|
||||
topics = {'assert': 'The "assert" statement\n'
|
||||
'**********************\n'
|
||||
'\n'
|
||||
|
@ -11436,15 +11436,6 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'is\n'
|
||||
' the original function object.\n'
|
||||
'\n'
|
||||
' When a user-defined method object is created by retrieving\n'
|
||||
' another method object from a class or instance, the behaviour '
|
||||
'is\n'
|
||||
' the same as for a function object, except that the '
|
||||
'"__func__"\n'
|
||||
' attribute of the new instance is not the original method '
|
||||
'object\n'
|
||||
' but its "__func__" attribute.\n'
|
||||
'\n'
|
||||
' When an instance method object is created by retrieving a '
|
||||
'class\n'
|
||||
' method object from a class or instance, its "__self__" '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue