See [this stackoverflow](https://stackoverflow.com/questions/1547145/defining-private-module-functions-in-python) Module private variables begin with `_`. These are not copied by `from module import *`. Class privates begin with `__`. They are mangled to include the class name.