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 6fcee87 commit ec0d8e0Copy full SHA for ec0d8e0
docs/source/typing.rst
@@ -26,7 +26,7 @@ be classified as containing a PNG image
26
>>> Zip[Jpeg].matches(zipped_png_fspath)
27
False
28
29
-.. note:: warning
+.. warning::
30
At the time of writing currently classifiers are not supported by Mypy and other
31
static type checkers (only dynamic type-checking in Pydra_) because they use a
32
custom `__subclasshook__` method to implement the subclassing behaviour and overload
0 commit comments