mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Remove pyre-extensions (#5001)
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
version = "0.1"
|
||||
python2 = true
|
||||
@@ -1,7 +0,0 @@
|
||||
from typing import Any, List, Optional, Type, TypeVar
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
def none_throws(optional: Optional[_T], message: str = ...) -> _T: ...
|
||||
def safe_cast(new_type: Type[_T], value: Any) -> _T: ...
|
||||
def ParameterSpecification(__name: str) -> List[Type[Any]]: ...
|
||||
Reference in New Issue
Block a user