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 adb6834 commit 90b4418Copy full SHA for 90b4418
Doc/library/typing.rst
@@ -3383,6 +3383,10 @@ Functions and decorators
3383
Users may also mark other classes as disjoint bases to indicate to type checkers that
3384
multiple inheritance with other disjoint bases should not be allowed.
3385
3386
+ Note that the concept of a solid base is a CPython implementation
3387
+ detail, and the exact set of standard library classes that are
3388
+ disjoint bases at runtime may change in future versions of Python.
3389
+
3390
.. versionadded:: next
3391
3392
.. decorator:: type_check_only
0 commit comments