You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Style Guide Note

Certain class names must be all lowercase (as opposed to following PEP8 recommendation of CamelCase) due to an assumption in the framework that builds method names dynamically with the assumption of all lowercase class names as a part of the method name.

  • No labels