Fix handling of private methods
The detection of the attribute `_private` was performed on a string object representing the name of the method instead of the method itself, leading to the registry allowing anyone to call private methods.
Showing
Please register or sign in to comment