Hacker News new | ask | show | jobs
by viraptor 3794 days ago
> Disable Schematics Validation ... There's a cool Python trick to create an object while skipping the __init__ function.

Yes, but now every single time you update the library which provided the base class, you need to re-verify that __init__ doesn't do anything new. May be worth the tradeoff, but it really should be noted.