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 8ffe20f commit 1f740a7Copy full SHA for 1f740a7
third_party/2and3/pyre_extensions.pyi
@@ -0,0 +1,6 @@
1
+from typing import List, Optional, Type, TypeVar
2
+
3
+_T = TypeVar("_T")
4
5
+def none_throws(optional: Optional[_T]) -> _T: ...
6
+def ParameterSpecification(__name: str) -> List[Type]: ...
0 commit comments