René's URL Explorer Experiment


Title: 26.1. typing — Support for type hints — Python 3.5.10 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

Python documentation for the current stable releasehttps://docs.python.org/3/library/typing.html
indexhttps://docs.python.org/3.5/genindex.html
moduleshttps://docs.python.org/3.5/py-modindex.html
nexthttps://docs.python.org/3.5/library/pydoc.html
previoushttps://docs.python.org/3.5/library/development.html
Pythonhttps://www.python.org/
3.5.10 Documentationhttps://docs.python.org/3.5/index.html
The Python Standard Libraryhttps://docs.python.org/3.5/library/index.html
26. Development Toolshttps://docs.python.org/3.5/library/development.html
typinghttps://docs.python.org/3.5/library/typing.html#module-typing
https://docs.python.org/3.5/library/typing.html#module-typing
Lib/typing.pyhttps://github.com/python/cpython/tree/3.5/Lib/typing.py
PEP 484https://www.python.org/dev/peps/pep-0484
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Unionhttps://docs.python.org/3.5/library/typing.html#typing.Union
Tuplehttps://docs.python.org/3.5/library/typing.html#typing.Tuple
Callablehttps://docs.python.org/3.5/library/typing.html#typing.Callable
TypeVarhttps://docs.python.org/3.5/library/typing.html#typing.TypeVar
Generichttps://docs.python.org/3.5/library/typing.html#typing.Generic
PEP 484https://www.python.org/dev/peps/pep-0484
PEP 483https://www.python.org/dev/peps/pep-0483
strhttps://docs.python.org/3.5/library/stdtypes.html#str
strhttps://docs.python.org/3.5/library/stdtypes.html#str
https://docs.python.org/3.5/library/typing.html#type-aliases
https://docs.python.org/3.5/library/typing.html#newtype
NewType()https://docs.python.org/3.5/library/typing.html#typing.NewType
NewType()https://docs.python.org/3.5/library/typing.html#typing.NewType
PEP 484https://www.python.org/dev/peps/pep-0484
https://docs.python.org/3.5/library/typing.html#callable
https://docs.python.org/3.5/library/typing.html#generics
TypeVarhttps://docs.python.org/3.5/library/typing.html#typing.TypeVar
https://docs.python.org/3.5/library/typing.html#user-defined-generic-types
Generichttps://docs.python.org/3.5/library/typing.html#typing.Generic
__getitem__()https://docs.python.org/3.5/reference/datamodel.html#object.__getitem__
Generichttps://docs.python.org/3.5/library/typing.html#typing.Generic
Generichttps://docs.python.org/3.5/library/typing.html#typing.Generic
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Generichttps://docs.python.org/3.5/library/typing.html#typing.Generic
abc.ABCMetahttps://docs.python.org/3.5/library/abc.html#abc.ABCMeta
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
https://docs.python.org/3.5/library/typing.html#the-any-type
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
strhttps://docs.python.org/3.5/library/stdtypes.html#str
inthttps://docs.python.org/3.5/library/functions.html#int
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
objecthttps://docs.python.org/3.5/library/functions.html#object
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
objecthttps://docs.python.org/3.5/library/functions.html#object
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
objecthttps://docs.python.org/3.5/library/functions.html#object
objecthttps://docs.python.org/3.5/library/functions.html#object
objecthttps://docs.python.org/3.5/library/functions.html#object
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
https://docs.python.org/3.5/library/typing.html#classes-functions-and-decorators
https://docs.python.org/3.5/library/typing.html#typing.TypeVar
strhttps://docs.python.org/3.5/library/stdtypes.html#str
strhttps://docs.python.org/3.5/library/stdtypes.html#str
TypeErrorhttps://docs.python.org/3.5/library/exceptions.html#TypeError
isinstance()https://docs.python.org/3.5/library/functions.html#isinstance
issubclass()https://docs.python.org/3.5/library/functions.html#issubclass
PEP 484https://www.python.org/dev/peps/pep-0484
PEP 484https://www.python.org/dev/peps/pep-0484
https://docs.python.org/3.5/library/typing.html#typing.Generic
https://docs.python.org/3.5/library/typing.html#typing.Type
PEP 484https://www.python.org/dev/peps/pep-0484
Typehttps://docs.python.org/3.5/library/typing.html#typing.Type
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
https://docs.python.org/3.5/library/typing.html#typing.Iterable
collections.abc.Iterablehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Iterable
https://docs.python.org/3.5/library/typing.html#typing.Iterator
collections.abc.Iteratorhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Iterator
https://docs.python.org/3.5/library/typing.html#typing.Reversible
https://docs.python.org/3.5/library/typing.html#typing.SupportsInt
https://docs.python.org/3.5/library/typing.html#typing.SupportsFloat
https://docs.python.org/3.5/library/typing.html#typing.SupportsAbs
https://docs.python.org/3.5/library/typing.html#typing.SupportsRound
https://docs.python.org/3.5/library/typing.html#typing.Container
collections.abc.Containerhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Container
https://docs.python.org/3.5/library/typing.html#typing.Hashable
collections.abc.Hashablehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Hashable
https://docs.python.org/3.5/library/typing.html#typing.Sized
collections.abc.Sizedhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Sized
https://docs.python.org/3.5/library/typing.html#typing.AbstractSet
collections.abc.Sethttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Set
https://docs.python.org/3.5/library/typing.html#typing.MutableSet
collections.abc.MutableSethttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.MutableSet
https://docs.python.org/3.5/library/typing.html#typing.Mapping
collections.abc.Mappinghttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Mapping
https://docs.python.org/3.5/library/typing.html#typing.MutableMapping
collections.abc.MutableMappinghttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.MutableMapping
https://docs.python.org/3.5/library/typing.html#typing.Sequence
collections.abc.Sequencehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Sequence
https://docs.python.org/3.5/library/typing.html#typing.MutableSequence
collections.abc.MutableSequencehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.MutableSequence
https://docs.python.org/3.5/library/typing.html#typing.ByteString
collections.abc.ByteStringhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.ByteString
byteshttps://docs.python.org/3.5/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.5/library/functions.html#bytearray
memoryviewhttps://docs.python.org/3.5/library/stdtypes.html#memoryview
byteshttps://docs.python.org/3.5/library/functions.html#bytes
https://docs.python.org/3.5/library/typing.html#typing.Deque
collections.dequehttps://docs.python.org/3.5/library/collections.html#collections.deque
https://docs.python.org/3.5/library/typing.html#typing.List
listhttps://docs.python.org/3.5/library/stdtypes.html#list
Mappinghttps://docs.python.org/3.5/library/typing.html#typing.Mapping
Sequencehttps://docs.python.org/3.5/library/typing.html#typing.Sequence
AbstractSethttps://docs.python.org/3.5/library/typing.html#typing.AbstractSet
https://docs.python.org/3.5/library/typing.html#typing.Set
builtins.sethttps://docs.python.org/3.5/library/stdtypes.html#set
https://docs.python.org/3.5/library/typing.html#typing.FrozenSet
builtins.frozensethttps://docs.python.org/3.5/library/stdtypes.html#frozenset
https://docs.python.org/3.5/library/typing.html#typing.MappingView
collections.abc.MappingViewhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.MappingView
https://docs.python.org/3.5/library/typing.html#typing.KeysView
collections.abc.KeysViewhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.KeysView
https://docs.python.org/3.5/library/typing.html#typing.ItemsView
collections.abc.ItemsViewhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.ItemsView
https://docs.python.org/3.5/library/typing.html#typing.ValuesView
collections.abc.ValuesViewhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.ValuesView
https://docs.python.org/3.5/library/typing.html#typing.Awaitable
collections.abc.Awaitablehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Awaitable
https://docs.python.org/3.5/library/typing.html#typing.Coroutine
collections.abc.Coroutinehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Coroutine
Generatorhttps://docs.python.org/3.5/library/typing.html#typing.Generator
https://docs.python.org/3.5/library/typing.html#typing.AsyncIterable
collections.abc.AsyncIterablehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.AsyncIterable
https://docs.python.org/3.5/library/typing.html#typing.AsyncIterator
collections.abc.AsyncIteratorhttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.AsyncIterator
https://docs.python.org/3.5/library/typing.html#typing.Dict
dicthttps://docs.python.org/3.5/library/stdtypes.html#dict
https://docs.python.org/3.5/library/typing.html#typing.DefaultDict
collections.defaultdicthttps://docs.python.org/3.5/library/collections.html#collections.defaultdict
https://docs.python.org/3.5/library/typing.html#typing.Generator
Generatorhttps://docs.python.org/3.5/library/typing.html#typing.Generator
https://docs.python.org/3.5/library/typing.html#typing.AsyncGenerator
Generatorhttps://docs.python.org/3.5/library/typing.html#typing.Generator
https://docs.python.org/3.5/library/typing.html#typing.Text
https://docs.python.org/3.5/library/typing.html#typing.io
open()https://docs.python.org/3.5/library/functions.html#open
https://docs.python.org/3.5/library/typing.html#typing.re
re.compile()https://docs.python.org/3.5/library/re.html#re.compile
re.match()https://docs.python.org/3.5/library/re.html#re.match
https://docs.python.org/3.5/library/typing.html#typing.NamedTuple
https://docs.python.org/3.5/library/typing.html#typing.NewType
NewTypehttps://docs.python.org/3.5/library/typing.html#distinct
https://docs.python.org/3.5/library/typing.html#typing.cast
https://docs.python.org/3.5/library/typing.html#typing.get_type_hints
https://docs.python.org/3.5/library/typing.html#typing.overload
PEP 484https://www.python.org/dev/peps/pep-0484
https://docs.python.org/3.5/library/typing.html#typing.no_type_check
https://docs.python.org/3.5/library/typing.html#typing.no_type_check_decorator
no_type_check()https://docs.python.org/3.5/library/typing.html#typing.no_type_check
no_type_check()https://docs.python.org/3.5/library/typing.html#typing.no_type_check
https://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
Anyhttps://docs.python.org/3.5/library/typing.html#typing.Any
https://docs.python.org/3.5/library/typing.html#typing.Union
https://docs.python.org/3.5/library/typing.html#typing.Optional
https://docs.python.org/3.5/library/typing.html#typing.Tuple
Tuplehttps://docs.python.org/3.5/library/typing.html#typing.Tuple
tuplehttps://docs.python.org/3.5/library/stdtypes.html#tuple
https://docs.python.org/3.5/library/typing.html#typing.Callable
Callablehttps://docs.python.org/3.5/library/typing.html#typing.Callable
collections.abc.Callablehttps://docs.python.org/3.5/library/collections.abc.html#collections.abc.Callable
https://docs.python.org/3.5/library/typing.html#typing.ClassVar
PEP 526https://www.python.org/dev/peps/pep-0526
ClassVarhttps://docs.python.org/3.5/library/typing.html#typing.ClassVar
ClassVarhttps://docs.python.org/3.5/library/typing.html#typing.ClassVar
isinstance()https://docs.python.org/3.5/library/functions.html#isinstance
issubclass()https://docs.python.org/3.5/library/functions.html#issubclass
ClassVarhttps://docs.python.org/3.5/library/typing.html#typing.ClassVar
https://docs.python.org/3.5/library/typing.html#typing.AnyStr
https://docs.python.org/3.5/library/typing.html#typing.TYPE_CHECKING
Table of Contentshttps://docs.python.org/3.5/contents.html
26.1. typing — Support for type hintshttps://docs.python.org/3.5/library/typing.html
26.1.1. Type aliaseshttps://docs.python.org/3.5/library/typing.html#type-aliases
26.1.2. NewTypehttps://docs.python.org/3.5/library/typing.html#newtype
26.1.3. Callablehttps://docs.python.org/3.5/library/typing.html#callable
26.1.4. Genericshttps://docs.python.org/3.5/library/typing.html#generics
26.1.5. User-defined generic typeshttps://docs.python.org/3.5/library/typing.html#user-defined-generic-types
26.1.6. The Any typehttps://docs.python.org/3.5/library/typing.html#the-any-type
26.1.7. Classes, functions, and decoratorshttps://docs.python.org/3.5/library/typing.html#classes-functions-and-decorators
26. Development Toolshttps://docs.python.org/3.5/library/development.html
26.2. pydoc — Documentation generator and online help systemhttps://docs.python.org/3.5/library/pydoc.html
Report a Bughttps://docs.python.org/3.5/bugs.html
Show Source https://github.com/python/cpython/blob/3.5/Doc/library/typing.rst
indexhttps://docs.python.org/3.5/genindex.html
moduleshttps://docs.python.org/3.5/py-modindex.html
nexthttps://docs.python.org/3.5/library/pydoc.html
previoushttps://docs.python.org/3.5/library/development.html
Pythonhttps://www.python.org/
3.5.10 Documentationhttps://docs.python.org/3.5/index.html
The Python Standard Libraryhttps://docs.python.org/3.5/library/index.html
26. Development Toolshttps://docs.python.org/3.5/library/development.html
Copyrighthttps://docs.python.org/3.5/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.5/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.