change GenericType to Generic

This commit is contained in:
Matthias Kramm
2015-09-15 15:41:17 -07:00
parent ac17e9afcf
commit 6019cad152
28 changed files with 28 additions and 28 deletions

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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()

View File

@@ -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()

View File

@@ -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: ...

View File

@@ -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()

View File

@@ -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

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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()

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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: ...

View File

@@ -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

View File

@@ -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: ...