Description
Checks that overridden Python methods match the methods they intend to replace. It helps developers catch spelling mistakes, missing base methods, and incompatible overrides earlier.
This improves code correctness during development. It does not change application security by itself, but it can prevent subtle bugs in class hierarchies.