diff --git a/2.7/_bisect.pyi b/2.7/_bisect.pyi index 72e0c0655..058771c05 100644 --- a/2.7/_bisect.pyi +++ b/2.7/_bisect.pyi @@ -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: ... diff --git a/2.7/_codecs.pyi b/2.7/_codecs.pyi index 07b2b612c..63d70fdba 100644 --- a/2.7/_codecs.pyi +++ b/2.7/_codecs.pyi @@ -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: ... diff --git a/2.7/_collections.pyi b/2.7/_collections.pyi index c16d4dcc3..7b15b1917 100644 --- a/2.7/_collections.pyi +++ b/2.7/_collections.pyi @@ -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: ... diff --git a/2.7/_functools.pyi b/2.7/_functools.pyi index 5cc1a6310..7f4221e8c 100644 --- a/2.7/_functools.pyi +++ b/2.7/_functools.pyi @@ -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() diff --git a/2.7/_heapq.pyi b/2.7/_heapq.pyi index 0ff4e79bb..de1b446e3 100644 --- a/2.7/_heapq.pyi +++ b/2.7/_heapq.pyi @@ -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() diff --git a/2.7/_hotshot.pyi b/2.7/_hotshot.pyi index 3d889746c..8a9c8d72b 100644 --- a/2.7/_hotshot.pyi +++ b/2.7/_hotshot.pyi @@ -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: ... diff --git a/2.7/_json.pyi b/2.7/_json.pyi index 6ffdf72a9..dbf621d53 100644 --- a/2.7/_json.pyi +++ b/2.7/_json.pyi @@ -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() diff --git a/2.7/_sre.pyi b/2.7/_sre.pyi index 190e18bb2..7b34bf404 100644 --- a/2.7/_sre.pyi +++ b/2.7/_sre.pyi @@ -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 diff --git a/2.7/_struct.pyi b/2.7/_struct.pyi index 5a53aa601..1f18f1132 100644 --- a/2.7/_struct.pyi +++ b/2.7/_struct.pyi @@ -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: ... diff --git a/2.7/array.pyi b/2.7/array.pyi index f5e90bd8b..2fd03535a 100644 --- a/2.7/array.pyi +++ b/2.7/array.pyi @@ -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: ... diff --git a/2.7/cmath.pyi b/2.7/cmath.pyi index ee52f0dc6..2364aeeb5 100644 --- a/2.7/cmath.pyi +++ b/2.7/cmath.pyi @@ -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: ... diff --git a/2.7/strop.pyi b/2.7/strop.pyi index ef9ec938e..b94b632d3 100644 --- a/2.7/strop.pyi +++ b/2.7/strop.pyi @@ -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() diff --git a/2.7/xxsubtype.pyi b/2.7/xxsubtype.pyi index 532104416..20f2f9a07 100644 --- a/2.7/xxsubtype.pyi +++ b/2.7/xxsubtype.pyi @@ -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: ... diff --git a/2.7/zipimport.pyi b/2.7/zipimport.pyi index e2e2272de..6f769e7fb 100644 --- a/2.7/zipimport.pyi +++ b/2.7/zipimport.pyi @@ -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: ... diff --git a/3/_bisect.pyi b/3/_bisect.pyi index 966cbaa94..1a9d13a82 100644 --- a/3/_bisect.pyi +++ b/3/_bisect.pyi @@ -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: ... diff --git a/3/_codecs.pyi b/3/_codecs.pyi index 268070302..5bdcfbe53 100644 --- a/3/_codecs.pyi +++ b/3/_codecs.pyi @@ -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: ... diff --git a/3/_heapq.pyi b/3/_heapq.pyi index 0ff4e79bb..de1b446e3 100644 --- a/3/_heapq.pyi +++ b/3/_heapq.pyi @@ -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() diff --git a/3/_json.pyi b/3/_json.pyi index af44c474d..991fd42ab 100644 --- a/3/_json.pyi +++ b/3/_json.pyi @@ -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() diff --git a/3/_operator.pyi b/3/_operator.pyi index ca4a3bc0b..cac46fe64 100644 --- a/3/_operator.pyi +++ b/3/_operator.pyi @@ -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() diff --git a/3/_stat.pyi b/3/_stat.pyi index 59290d488..03dcaf1cd 100644 --- a/3/_stat.pyi +++ b/3/_stat.pyi @@ -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: ... diff --git a/3/_tracemalloc.pyi b/3/_tracemalloc.pyi index db2976eaf..dfc4e1379 100644 --- a/3/_tracemalloc.pyi +++ b/3/_tracemalloc.pyi @@ -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: ... diff --git a/3/_warnings.pyi b/3/_warnings.pyi index 58e64d8c4..9f517538b 100644 --- a/3/_warnings.pyi +++ b/3/_warnings.pyi @@ -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: ... diff --git a/3/atexit.pyi b/3/atexit.pyi index 5496624a4..62aeaea27 100644 --- a/3/atexit.pyi +++ b/3/atexit.pyi @@ -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: ... diff --git a/3/cmath.pyi b/3/cmath.pyi index 880fc1c54..f672554ee 100644 --- a/3/cmath.pyi +++ b/3/cmath.pyi @@ -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: ... diff --git a/3/marshal.pyi b/3/marshal.pyi index 9a989a3fa..1843e91b7 100644 --- a/3/marshal.pyi +++ b/3/marshal.pyi @@ -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: ... diff --git a/3/math.pyi b/3/math.pyi index 85948e6dc..15a212871 100644 --- a/3/math.pyi +++ b/3/math.pyi @@ -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: ... diff --git a/3/signal.pyi b/3/signal.pyi index 3d908320a..619556bf7 100644 --- a/3/signal.pyi +++ b/3/signal.pyi @@ -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 diff --git a/3/time.pyi b/3/time.pyi index 3b1244b24..a337906fc 100644 --- a/3/time.pyi +++ b/3/time.pyi @@ -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: ...