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 d9e7f1a commit 8583419Copy full SHA for 8583419
1 file changed
stdlib/_typeshed/__init__.pyi
@@ -54,7 +54,8 @@ Unused: TypeAlias = object # stable
54
55
# Marker for return types that include None, but where forcing the user to
56
# check for None can be detrimental. Sometimes called "the Any trick". See
57
-# CONTRIBUTING.md for more information.
+# https://typing.python.org/en/latest/guides/writing_stubs.html#the-any-trick
58
+# for more information.
59
MaybeNone: TypeAlias = Any # stable
60
61
# Used to mark arguments that default to a sentinel value. This prevents
0 commit comments