quivr
quivr copied to clipboard
Forbid overriding __init__
It's far too dangerous, since we need init to be extremely fast: it is called on slices, iteration, subtable access, etc.
This could be done with a init_subclass check, perhaps.
Remove the associated section from the README.