Dup Ver Goto 📝

PrivateVariables

PT2/lang/python/modules does not exist
To
4 lines, 31 words, 279 chars Page 'PrivateVariables' does not exist.

See this stackoverflow

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.