what is name for function starting with underscore 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.