Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7049721 commit 901a971Copy full SHA for 901a971
1 file changed
Doc/howto/descriptor.rst
@@ -1250,7 +1250,7 @@ instance::
1250
<function D.f at 0x00C45070>
1251
1252
>>> d.f.__self__
1253
- <__main__.D object at 0x1012e1f98>
+ <__main__.D object at 0x00B18C90>
1254
1255
If you have ever wondered where *self* comes from in regular methods or where
1256
*cls* comes from in class methods, this is it!
0 commit comments