The code seems to follow the C# naming conventions of using camel case with
leading caps for methods and leading lowercase for instance variables. The
PEP 8 style guide for Python recommends using the
lowercase_with_underscores style for both methods and instance variables.
Following this will keep the code consistent with the prevailing style for
Python naming.
See http://www.python.org/dev/peps/pep-0008/
Original issue reported on code.google.com by m...@matt-good.net on 10 Apr 2007 at 6:49
Original issue reported on code.google.com by
m...@matt-good.net
on 10 Apr 2007 at 6:49