We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef179a commit cfd40c4Copy full SHA for cfd40c4
docs/usage.rst
@@ -137,7 +137,8 @@ Implementors are not required to implement methods with defaults:
137
# get_all(self) will automatically be copied from the interface default.
138
139
Default implementations should always be implemented in terms of other
140
-interface methods.
+interface methods. This ensures that the default is valid for any
141
+implementation of the interface.
142
143
In Python 3, :class:`default` will show a warning if a default implementation
144
uses non-interface members of an object:
0 commit comments