$ errors.fyi/mypy/override 128 namespaces · 4,025 codes
mypy · mypy/override
override

Incompatible Method Override

A method in a subclass has a signature that is incompatible with the method it overrides in the base class. The overriding method must accept a superset of the base method's arguments and return a subtype of its return type.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT