Gut
Gut copied to clipboard
Doubles and other auto-super-called methods
Look into the other methods that always call super (such as _ready) and assess how they work with doubles. There could be some weird edge case gotchas hiding in there.
There doesn't appear to be a list but the documentation for Node has a lot of methods that say something like Corresponds to the NOTIFICATION_ENTER_TREE notification in Object._notification. It would make sense that these are the methods that are always called on super. It doesn't include _init, but this might be true any "_" method on anything above Object.
I think all this has been covered in other issues and documentation.