mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-07 07:31:55 +08:00
This makes mypy think that conditions like
parameter.kind is Parameter.POSITIONAL_OR_KEYWORD
are always false, which triggers `unreachable` warnings, among other
problems.