I get annoyed by the fact Object().copy() is blue (variable color) while Object().__copy__() is yellow (method color). I think the public API method should be rightfully have the method color along with the magic dunder API.
Am I really making a PR because of a method color in my specific IDE theme? Yes.
I get annoyed by the fact
Object().copy()
is blue (variable color) whileObject().__copy__()
is yellow (method color). I think the public API method should be rightfully have the method color along with the magic dunder API.Am I really making a PR because of a method color in my specific IDE theme? Yes.