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 864361c commit b1a1a59Copy full SHA for b1a1a59
stdlib/2/typing.pyi
@@ -16,7 +16,7 @@ Type = object()
16
_promote = object()
17
no_type_check = object()
18
ClassVar = object()
19
-class Protocol: pass
+Protocol = ... # type: Any
20
21
class GenericMeta(type): ...
22
0 commit comments