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 3e9c566 commit 676e894Copy full SHA for 676e894
docs/reference.md
@@ -639,6 +639,10 @@ A few examples of using `super` in different ways:
639
-- super as a value is equal to the parent class:
640
assert super == ParentClass
641
642
+`super` can also be used on left side of a [Function Stub](#function_stubs).
643
+The only major difference is that instead of the resulting function being bound
644
+to the value of `super`, it is bound to `self`.
645
+
646
### Types
647
648
Every instance of a class carries its type with it. This is stored in the
0 commit comments