Project

General

Profile

« Previous | Next » 

Revision 7fbd2f7c

Added by dylants (Dylan Thacker-Smith) over 4 years ago

Allow calling a private method with self.

This makes it consistent with calling private attribute assignment
methods, which currently is allowed (e.g. self.value =).

Calling a private method in this way can be useful when trying to
assign the return value to a local variable with the same name.

[Feature #11297] [Feature #16123]