Enhancement #1818

Updated by J. Moringen about 10 years ago

There are two basic issues:

# We have a mix of @self._VAR@ and @self.__VAR@ for private attributes. This should probably be unified after consulting the relevant Python documentation.
# PEP8 suggests suggest a different "naming convention for functions":http://legacy.python.org/dev/peps/pep-0008/#function-names than we currently use. We should probably consider switching.

Back