how do you use the methods that have double underscores before and after in python code example
Example: leading underscore python
A leading underscore indicates to other programmers that the
attribute or method is private. Nothing special is done with
the name itself.