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 0d65c00 commit 43679ebCopy full SHA for 43679eb
README.md
@@ -3097,11 +3097,12 @@ class A(object):
3097
3098
**Output:**
3099
```py
3100
+>>> A().__variable
3101
Traceback (most recent call last):
3102
File "<stdin>", line 1, in <module>
3103
AttributeError: 'A' object has no attribute '__variable'
3104
->>> >>> A().some_func()
3105
+>>> A().some_func()
3106
'Some value'
3107
```
3108
0 commit comments