mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
change GenericType to Generic
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def bisect(a, x, *args, **kwargs) -> int: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def ascii_decode(a, *args, **kwargs) -> tuple: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
class defaultdict(object):
|
||||
def __copy__(self) -> Any: ...
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def reduce(*args, **kwargs) -> Any:
|
||||
raise TypeError()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def heapify(*args, **kwargs) -> None:
|
||||
raise TypeError()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def coverage(a: str) -> Any: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def encode_basestring_ascii(*args, **kwargs) -> str:
|
||||
raise TypeError()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
CODESIZE = ... # type: int
|
||||
MAGIC = ... # type: int
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def _clearcache() -> None: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
class array(object):
|
||||
def __copy__(self) -> Any: ...
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def acos(*args, **kwargs) -> complex: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def atof(a: str) -> float:
|
||||
raise DeprecationWarning()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def bench(a, b: str, *args, **kwargs) -> float: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
class zipimporter(object):
|
||||
def find_module(self, a: str, *args, **kwargs) -> None: ...
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def bisect(a, x, *args, **kwargs) -> long: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def _forget_codec(a: str) -> None: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def heapify(*args, **kwargs) -> None:
|
||||
raise TypeError()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def encode_basestring_ascii(*args, **kwargs) -> Any:
|
||||
raise TypeError()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def _compare_digest(a, b) -> bool:
|
||||
raise BufferError()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def S_IFMT(*args, **kwargs) -> long: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def _get_object_traceback(*args, **kwargs) -> Any: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def _filters_mutated() -> None: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def _clear() -> None: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def acos(*args, **kwargs) -> complex: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def dump(a, b, *args, **kwargs) -> Any: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def acos(*args, **kwargs) -> Any: ...
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
ITIMER_PROF = ... # type: long
|
||||
ITIMER_REAL = ... # type: long
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# for a more precise manual annotation of this module.
|
||||
# Feel free to edit the source below, but remove this header when you do.
|
||||
|
||||
from typing import Any, List, Tuple, Dict, GenericType
|
||||
from typing import Any, List, Tuple, Dict, Generic
|
||||
|
||||
def asctime(*args, **kwargs) -> unicode: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user