python why to put an underscore at the beggining of a function name 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.