dependencies
dependencies copied to clipboard
Support __new__ method convention.
Some classes would define __new__ method in addition or instead of __init__ method.
In that case, we should analyze new method instead.
All error messages should mention new method in that case.