Skip to content

No labels!

There aren’t any labels for this repository quite yet.

topic-variable-scope
topic-variable-scope
topic-usability
topic-usability
topic-union-types
topic-union-types
topic-typeguard
topic-typeguard
TypeGuard / PEP 647
topic-typed-dict
topic-typed-dict
topic-type-variables
topic-type-variables
topic-type-narrowing
topic-type-narrowing
Conditional type narrowing / binder
topic-type-ignore
topic-type-ignore
# type: ignore comments
topic-type-form
topic-type-form
TypeForm might fix this
topic-type-context
topic-type-context
Type context / bidirectional inference
topic-type-alias
topic-type-alias
TypeAlias and other type alias issues
topic-ternary-expression
topic-ternary-expression
a if b else c
topic-stubtest
topic-stubtest
topic-stubgen
topic-stubgen
topic-strict-optional
topic-strict-optional
topic-self-types
topic-self-types
Types for self
topic-runtime-semantics
topic-runtime-semantics
mypy doesn't model runtime semantics correctly
topic-reveal-type
topic-reveal-type
reveal_type() and reveal_locals()
topic-recursive-types
topic-recursive-types
topic-reachability
topic-reachability
Detecting unreachable code
topic-quoted-annotations
topic-quoted-annotations
Detecting problems with quoted annotations
topic-python2
topic-python2
issues only applicable to Python 2
topic-protocols
topic-protocols
topic-possibly-undefined
topic-possibly-undefined
possibly-undefined error code
topic-plugins
topic-plugins
The plugin API and ideas for new plugins
topic-pep-696
topic-pep-696
TypeVar defaults
topic-pep-646
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
topic-pep-604
topic-pep-604
PEP 604 (union | operator)