We should remove del methods from the class. Most of them do not do anything and in general it is against common practice in python to implement them unless you really need them. Not a good example to contributors, I think.
We can always implement a del method if needed for a specific debugging task, but they should not be there by default ...
We should remove del methods from the class. Most of them do not do anything and in general it is against common practice in python to implement them unless you really need them. Not a good example to contributors, I think.
We can always implement a del method if needed for a specific debugging task, but they should not be there by default ...